๐ง under construction
Last updated 2 years ago
Was this helpful?
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 โญ๏ธ