Created
July 17, 2012 20:17
-
-
Save netpro2k/3131781 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
(function(log){ | |
console.log = function(msg){ | |
log.call(console, msg + "...Bitch!"); | |
} | |
})(console.log) |
i want to be able to customize the level of frustration in Jesse's voice plz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
varargs pls