Difference between var, let and const in JavaScript
Nov 21, 2022 · 3 min read · The var, let and const are the keyword used to declare a variable in Javascript, var is the old way to declare the variable in Javascript, and the let and const are new and comes into existence in ES6. when we seat for a frontend dev interview, the i...
Join discussion

