Skip to content

Instantly share code, notes, and snippets.

@fritzvd
Last active April 22, 2016 15:07
Show Gist options
  • Save fritzvd/502262a501457cdc3f0a1378b1b0b956 to your computer and use it in GitHub Desktop.
Save fritzvd/502262a501457cdc3f0a1378b1b0b956 to your computer and use it in GitHub Desktop.
unconf
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