The Kraken's Lair: A JavaScript Closure Blog
Introduction
The closure is the most esoteric concept of JavaScript. Many JavaScript design patterns including the module pattern use closure. We can build iterators, handle partial applications and maintain a state in an asynchronous world.
But befo...
kalashsharma.hashnode.dev6 min read