Difference between Let Const and Var
In javaScript, we can declare the variable using var, let, and const keywords. In this article, I am going to explain the exact difference between var, let, and const. How these keywords work differently based on the scope and hoisting.
Scope
The sco...
saurabhchawda.hashnode.dev3 min read