Ask HN: What's the weirdest JavaScript source code you've seen?

3 points by lhorie ↗ HN
I'm writing a Javascript parser, and I wanted to try parsing unusual JS code found in the wild.

Weirdness can be abuse of unicode, code obfuscation, unusual programming paradigms, etc

3 comments

[ 0.20 ms ] story [ 15.9 ms ] thread
If you're not limited to 'production' javascript, code golfing sites like http://dwitter.net will be a good source of strange javascript!