🚧 under construction
Last updated 2 years ago
JS ⟩ concepts ⟩ scope ⟩ dynamic scope
🚧
compare: static vs. dynamic scoping
lexical scope
scope / scope chain
lexical environment
static scope: C, Java, JavaScript, Python and Ruby.
dynamic scope: Perl.
Wikipedia ⟩ lexical scope vs. dynamic scope
Anil ⟩ Scope, Lexical Environment and Scope Chain in JavaScript ⭐️