Difference between var, let and Const in Javascript?
To understand var, let and const let us first understand what is scope.
What is Scope ?
Scope determines the visibility or accessibility of a variable or other resources in the area of your code.
Global Scope?
There's only one Global scope in the Jav...
hashnode.com4 min read
Chandan Naskar
A career in tech = lifelong learning
This is perfect article for understanding JS variables scope