Closures In Javascript
A function bind together with it's lexical scope known as closures.
first, a fall let's understand what lexical scope means:-
lexical scope is a local memory along with it's parent's memory inorder or inhierarchy.
for example in the below code:-
insi...
codewithconcept.hashnode.dev2 min read