Last active
December 11, 2015 04:29
-
-
Save RonnyO/4545782 to your computer and use it in GitHub Desktop.
Minified console.lol
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
// https://gist.github.com/4545779 | |
"undefined"!=typeof console&&(console.lol=function(){var a=[].slice.call(arguments,0);a.unshift("LOL");a.push("LOLOLOL!");console.log.apply(console,a)}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Get the non-minified version here.