Showing impossible to understand Javascript: Obfuscated Quine « OiMae Blog
september 2011 by jpcody
What is a Quine? Its a program which returns only its own source code back. In javascript this is very simple to do since converting a function to string will return its source code out. So using that little trick its quite easy to come up with this:
javascript
quine
september 2011 by jpcody