Difference Between Var, Let, and Const in Javascript
Feb 5, 2023 · 6 min read · In 2015 ES6 get released and it changed the way how we declare and use the variables in javascript. The new variable declaration methods were introduced in the ES2015( ES6 ), The let and const. These two methods solve the problems developers face wor...
JDAayush and 1 more commented