Lexical environment in JavaScript
JavaScript lexical environment is a data structure that holds an identifier-variable mapping. Where identifier refers to the name of variables/functions, and variable is the reference… Read More »Lexical environment in JavaScript