Lexical Environment in Javascript 🔥🔥
Aug 25, 2021 · 2 min read · The lexical environment is an environment where identifier-variable mapping (hereidentifier refers to the variable/functions name ) during the execution when we declared a variable/function. It doesn’t matter where we call it creates a lexical envir...
LLucifer commented