Closures
Before we learn what closures are, we need to know what lexical scope is.
Lexical scope
Let us take the below program as an example:-
output:-
In the above example, we can see that even though the inner function does not have the declaration of the...
biswanath.hashnode.dev3 min read