What is your most obfuscated JavaScript example (5 lines maximum)?

Posted by snowlord on Stack Overflow See other posts from Stack Overflow or by snowlord
Published on 2010-05-14T21:40:42Z Indexed on 2010/05/14 21:44 UTC
Read the original article Hit count: 138

JavaScript is known as a language with many weird features. This probably makes it a good language to write extremely obfuscated and hard to understand code in (in the style of The International Obfuscated C Code Contest).

What would be your best example of obfuscated JavaScript code (5 lines maximum)? I am thinking that it should be very hard to understand, but also have an element of style or humor in it.

And for clarity: using obfuscation tools is not the point, of course. Hand crafting only!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about obfuscation