Closures
In this article, we will learn about closures
According to MDN docs,
A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives you acc...
aakankshadhurandhar.hashnode.dev2 min read