12. Closures in JavaScript
In our last post we understood the execution context completely by understanding the this variable and the ways it gets its value and how we can set its value explicitly.
At this point, we are equipped enough to dive into the feature of closures.
C...
diganta.hashnode.dev