Last active
April 22, 2016 15:07
-
-
Save fritzvd/502262a501457cdc3f0a1378b1b0b956 to your computer and use it in GitHub Desktop.
unconf
This file contains hidden or 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
console.lol = function (arguments) { | |
var monkeys = '🐒' | |
arguments = Array.prototype.concat([monkeys], arguments, [monkeys]) | |
console.log.call(null, arguments) | |
} | |
console.lol('hi') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment