Var, let, and const in javaScript
August, 2021
One of the features that came with ES6(ES2015) is the addition of let and const, which can be
used
for variable declaration. The question is, what is the different from var which we've been using
before ES6? If you are still not clear about this, then this blog is for you.