Kkrishnaineconotes.hashnode.dev·Aug 25, 2021 · 2 min readLexical Environment in Javascript 🔥🔥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...01L