Skip to content

Instantly share code, notes, and snippets.

@henrahmagix
Last active December 25, 2015 19:29
Show Gist options
  • Save henrahmagix/7027547 to your computer and use it in GitHub Desktop.
Save henrahmagix/7027547 to your computer and use it in GitHub Desktop.
Nesting FTW
// ( none ) ( of ) ( this ) ( please )
(function (none) {return none;})((function (of) {return of;})(function () {return this.toString();}.bind('please')))();
// -> please
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment