Skip to content

Instantly share code, notes, and snippets.

@lindsayevans
Created April 19, 2011 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindsayevans/926842 to your computer and use it in GitHub Desktop.
Save lindsayevans/926842 to your computer and use it in GitHub Desktop.
console.lol = function(){
(arguments = Array.prototype.slice.call(arguments)).unshift('ROFL: ');
console.log.apply(this, arguments);
};
@Rosencrantz
Copy link

This is possibly the most awesome thing to happen to computer science since Alan Turing. If you don't win the nobel prize for this, there's something seriously wrong with this world!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment