JavaScript Lexical Environment
In JavaScript, code in a script or a function body has a hidden object called the Lexical Environment object. The object can not be gotten from the code; It only describes how the code works.
There are two components of the lexical environment object...
blog.techstackspace.com6 min read
Neha Soni
DevOps Engineer
Very well described