JavaScript Basics - Closures
In the previous post, we learnt about of JavaScript Basics- Scopes & Hoisting.
We saw how variables and functions in local/function scope and block scope get restricted within that scope (they cannot be accessed outside the scope).
In this post, we'...
devdebarshi.hashnode.dev4 min read