Skip to content

Instantly share code, notes, and snippets.

@tonyonodi
Last active December 28, 2015 15:20
Show Gist options
  • Save tonyonodi/976cfa5d897ad05cf8f3 to your computer and use it in GitHub Desktop.
Save tonyonodi/976cfa5d897ad05cf8f3 to your computer and use it in GitHub Desktop.
Even shorter quine
(y=x=>`(y=${y})()`)()
// if you want to alert it:
(y=x=>alert(`(y=${y})()`))()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment