#javascript
Read more stories on Hashnode
Articles with this tag
Do you know that before ES6(2015) , JavaScript had only global scope and function scope and for declaring a variable we can use var keyword . In 2015...
If we talk about the basic explanation of closures then-- According to the Youtube series ( Namaste JavaScript by Akshay Saini ). Function bundled...