jpcody + quine   1

Showing impossible to understand Javascript: Obfuscated Quine « OiMae Blog
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

related tags

javascript  quine 

Copy this bookmark:



description:


tags: