🔰environment record
🚧 under construction
Last updated
🚧 under construction
Last updated
JS ⟩ concepts ⟩ scope ⟩ lexical environment ⟩ environment record
an object that is part of a "lexical environment", it stores:
all local variable(s) as its properties.
other information like the value of this.
📗 JS.info ⟩ Lexical Environment
Lexical Environments (linked together)
Environment Record Hierarchy (object graph)