Difference Between let, var, and const
In Javascript, we had only one keyword to declare variables and it was var, but in ES6 (ECMAScript 2015) JavaScript introduced two new keywords to do the same thing which is let and const. Now the question is why did they feel the requirement of thes...
sdutta.hashnode.dev4 min read