Skip to Content
๐ŸŽฒ Welcome to RandBox - Powerful JavaScript Random Data Generation Library! Learn More

profession

// usage randBox.profession() randBox.profession({rank: true})

Return a random profession. Rank is false by default.

randBox.profession() => 'Software Test Engineer'

Optionally set rank as true get rank with profession.

randBox.profession({rank: true}) => 'Junior Supply Chain Director'
Last updated on: