Skip to content

Instantly share code, notes, and snippets.

@nulayuhz
Created January 23, 2015 21:29
Show Gist options
  • Save nulayuhz/039f029d720e9cca2ac8 to your computer and use it in GitHub Desktop.
Save nulayuhz/039f029d720e9cca2ac8 to your computer and use it in GitHub Desktop.
Lexical Scope
"lexical scope is based on where variables and blocks of scope are authored, by you, at write time, and thus is (mostly) set in stone by the time the lexer processes your code."
https://github.com/getify/You-Dont-Know-JS/blob/master/scope%20&%20closures/ch2.md#lex-time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment