Closure
What is Closure?
According to MDN, a closure is a combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment).
In short, a closure gives you access to an outer function's scope from an inne...
tajinder.hashnode.dev2 min read