Skip to content

Instantly share code, notes, and snippets.

@gergelyke
Last active August 29, 2015 13:55
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 gergelyke/8729170 to your computer and use it in GitHub Desktop.
Save gergelyke/8729170 to your computer and use it in GitHub Desktop.
console.lol = function () {
var args = Array.prototype.slice.call(arguments);
args.unshift('such-log!');
console.log.apply(console, args);
};
@wo0dyn
Copy link

wo0dyn commented Jan 31, 2014

@nicam
Copy link

nicam commented Jan 31, 2014

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