Difference between let, const, and var and their Scope
Before ES6 (ES2015) we have only one keyword that is var for declaring the variable, but in 2015 when ECMAScript introduced ES6...
Share
on