Skip to content

Instantly share code, notes, and snippets.

@marcin-chwedczuk
Created January 2, 2016 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcin-chwedczuk/821d3af329d299c2b808 to your computer and use it in GitHub Desktop.
Save marcin-chwedczuk/821d3af329d299c2b808 to your computer and use it in GitHub Desktop.
javascript quine 2
(function f() { console.log(['(',f.toString(),')()'].join('')); })()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment