Skip to content

Instantly share code, notes, and snippets.

@y-nk
Created May 17, 2016 13:43
Show Gist options
  • Save y-nk/c11239384729620733415ce4ab97c339 to your computer and use it in GitHub Desktop.
Save y-nk/c11239384729620733415ce4ab97c339 to your computer and use it in GitHub Desktop.
console.lol()
(function(m) {
const XPR = ['lol', 'mdr', 'xptdr', 'xd', 'lolilol', 'lmao', '😂'];
m.lol = function() {
var arg = Array.from(arguments),
xpr = XPR[(Math.random() * XPR.length) | 0];
m.log.apply(m, [xpr].concat(arg));
};
})(console)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment