Closures in JavaScript
So Closures, one of the most confusing topic for developers😵. Let us understand what closures are in simple terms
"A closure gives a function access to all the variables of its parent function even after the parent function has returned"
OR
"A cl...
abhisheka.hashnode.dev2 min read