Lexical Environment
What is lexical environment?
Lexical environment is made up of local memory and reference to the outer lexical environment.
Every time an execution context is created, a lexical environment is created along with it.
Let's try to understand using a ...
manideep.hashnode.dev2 min read