Comment on Hide this in your coworkers' JavaScript code tomorrowComments−mathias12yFor more, see the evil.js project: https://github.com/kitcambridge/evil.jsAlso note that `string.split('').reverse().join('')` is not a very good way to reverse a string in JavaScript. See http://mathiasbynens.be/notes/javascript-unicode#reversing-s...−cfjOP12yEvil.js looks like a lot of fun. Love that whole article, by the way. Very thorough.−chewxy12yOh... very very very nice. This is amazing
Comments
For more, see the evil.js project: https://github.com/kitcambridge/evil.js
Also note that `string.split('').reverse().join('')` is not a very good way to reverse a string in JavaScript. See http://mathiasbynens.be/notes/javascript-unicode#reversing-s...
Evil.js looks like a lot of fun. Love that whole article, by the way. Very thorough.
Oh... very very very nice. This is amazing