What is the difference between var, let and const in Javascript
Var is deprecated; let and const are introduced with es6. Let's see how to use them
Thoughts on what I learn
Var is deprecated; let and const are introduced with es6. Let's see how to use them