Skip to content

Instantly share code, notes, and snippets.

@rwaldron
Created March 22, 2011 16:18
Show Gist options
  • Save rwaldron/881498 to your computer and use it in GitHub Desktop.
Save rwaldron/881498 to your computer and use it in GitHub Desktop.
invoking call directly on a function expression
(function() { console.log(this); }).call({});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment