Skip to content

Instantly share code, notes, and snippets.

@gavinengel
Created February 26, 2016 21:27
Show Gist options
  • Save gavinengel/e217f060de2146577de6 to your computer and use it in GitHub Desktop.
Save gavinengel/e217f060de2146577de6 to your computer and use it in GitHub Desktop.
(⌐■_■)
// party til you puke, dawg.
console.brolog = function(bromessage) {
awesomeizers = ['bro', 'dawg', 'my man'];
brogreeting = awesomeizers[ Math.floor(Math.random() * awesomeizers.length) ];
console.log(bromessage + ', ' + brogreeting + '.');
}
console.brolog('application complete');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment