Skip to content

Instantly share code, notes, and snippets.

@netpro2k
Created July 17, 2012 20:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netpro2k/3131781 to your computer and use it in GitHub Desktop.
Save netpro2k/3131781 to your computer and use it in GitHub Desktop.
(function(log){
console.log = function(msg){
log.call(console, msg + "...Bitch!");
}
})(console.log)
@jdp
Copy link

jdp commented Jul 17, 2012

varargs pls

@hswolff
Copy link

hswolff commented Jul 17, 2012

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