Understanding "Closures" and Lexical Environment
What is Closure ??
Heard someone saying "this piece of code is possible because of closure" ?!
Most probably you encountered this word somewhere in your coding journey.One of the core concepts that every JS developer should know.
Well, what is cl...
mansoorameen.hashnode.dev2 min read
Paarth Bajaj
Now if you combine all those functions (not one, but all) with each of their lexical environment, that is called Closure! Explain this in the code please.