Skip to content

Instantly share code, notes, and snippets.

@davidhund
Created January 22, 2016 19:16
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 davidhund/a75f5e6d6cdb8e092c3b to your computer and use it in GitHub Desktop.
Save davidhund/a75f5e6d6cdb8e092c3b to your computer and use it in GitHub Desktop.
console.lol
console.lol = function () {
console.log.apply(console, ['%c LOL!!', 'font:1.5em/1.5 italic comic sans,chalkboard,tscu_comic,fantasy;color:hotpink;'].concat(Array.prototype.slice.call(arguments)));
};
console.lol('Vet leuk jonguh!');
@micalevisk
Copy link

micalevisk commented Nov 25, 2016

nice!

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