Understanding JavaScript Closures
Definition of Closure [ Function + Lexical scope]
Closure is a function bundled together with references of its surrounding (Lexical) environment.
A closure forms when a function retains access to v
atharvintech.hashnode.dev7 min read