Created
February 26, 2016 21:27
-
-
Save gavinengel/e217f060de2146577de6 to your computer and use it in GitHub Desktop.
(⌐■_■)
This file contains 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
// 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