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: