CcodeByAtharvinatharvintech.hashnode.dev·Jun 15 · 6 min readCallbacks in JavaScriptCallbacks? The very first time you heard about this, it seems something too heavy to tackle. But not now! I will make it sure to take you from beginner to advanced understanding of closures. No confus00
CcodeByAtharvinatharvintech.hashnode.dev·Apr 27 · 7 min readUnderstanding JavaScript ClosuresDefinition 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 v00