🔰environment record
🚧 under construction
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) 
Last updated
Was this helpful?