Skip to content

Instantly share code, notes, and snippets.

@jacksonwillis
Created February 18, 2012 18:09
Show Gist options
  • Save jacksonwillis/1860477 to your computer and use it in GitHub Desktop.
Save jacksonwillis/1860477 to your computer and use it in GitHub Desktop.
VALID_JS
(function ()
{
return (function ()
{
return eval("(function ()\
{\
return (function ()
{\
alert('Hello, world!');\
})();\
})();");
})();
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment