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

music_genre

// usage randBox.music_genre();

Return a random music genre from list below.

  • Alternative
  • Blues
  • Childrenโ€™s
  • Classical
  • Country
  • Dance
  • Disco
  • Electronic
  • Folk
  • Funk
  • Gospel
  • Hip-Hop
  • Indie
  • Jazz
  • Metal
  • Pop
  • Punk
  • R&B
  • Reggae
  • Rock
  • Techno
  • World

This is considered the โ€˜generalโ€™ category.

All genres above can be passed in as an argument, and will return a sub-genre of that passed in genere.

randBox.music_genre('hip-hop'); // 'Hyphy' randBox.music_genre('world'); // 'Bollywood'

Default arg is general
There are over 600 genres in total on the list

Last updated on: