Closure in javascript
Closures are a powerful and often misunderstood concept in JavaScript. In simple terms, a closure is a function that remembers the variables and parameters in the scope where it was created, even after that scope has finished executing. This allows t...
anjalisaini.hashnode.dev2 min read