Skip to content

Instantly share code, notes, and snippets.

@peteraiello
Last active September 1, 2020 16:27
Show Gist options
  • Save peteraiello/b3b7f36d84b16d7cc9fc4d2e38004296 to your computer and use it in GitHub Desktop.
Save peteraiello/b3b7f36d84b16d7cc9fc4d2e38004296 to your computer and use it in GitHub Desktop.
Initiate Beastie Boys Object (OOBB)
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