CcodeByAtharvinatharvintech.hashnode.dev00Callbacks in JavaScript3d ago · 6 min read · Callbacks? 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 confusJoin discussion
CcodeByAtharvinatharvintech.hashnode.dev00Understanding JavaScript ClosuresApr 27 · 7 min read · Definition 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 vJoin discussion