-
-
Save peteraiello/b3b7f36d84b16d7cc9fc4d2e38004296 to your computer and use it in GitHub Desktop.
Initiate Beastie Boys Object (OOBB)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const mca = new BeastieBoy | |
| ( | |
| real = 'Adam Yauch', | |
| emcee = 'MCA', | |
| style = 'Leather Jacket', | |
| party = 'smashing the TV!' | |
| ) | |
| const adRock = new BeastieBoy | |
| ( | |
| real = 'Adam Horovitz', | |
| emcee = 'Ad Rock', | |
| style = ['baseball cap', 'red t-shirt'], | |
| party = 'starting a pie fight!' | |
| ) | |
| const mikeD = new BeastieBoy | |
| ( | |
| real = 'Michael Diamond', | |
| emcee = 'Mike D', | |
| style = ['Denim Jacket', 'Fedora', 'VW Chain'], | |
| party = 'spiking the punch!' | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment