Skip to content

Instantly share code, notes, and snippets.

@valueof
Created April 19, 2011 22:19
Show Gist options
  • Save valueof/929861 to your computer and use it in GitHub Desktop.
Save valueof/929861 to your computer and use it in GitHub Desktop.
function outer() {
var a = true;
function inner() {
// Does compiler keep a reference to outer for this function?
}
}
outer();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment