Skip to content

Instantly share code, notes, and snippets.

@rgrannell1
Created June 22, 2013 07:59
Show Gist options
  • Save rgrannell1/5836273 to your computer and use it in GitHub Desktop.
Save rgrannell1/5836273 to your computer and use it in GitHub Desktop.
An expression that returns itself by accessing the call stack. Useless but interesting.
(function () {
sys.call()
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment