Difference between var, let and const in JavaScript
In JavaScript you can declare a variable using one of three ways, var, let, or const. But how are they different and which one to use? Understanding the difference will help you debug and write code more effectively.
Comparison Table
Var
Declaration...
sochicodes.hashnode.dev4 min read