Difference between var, let and const in JavaScript
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...
rohitturkar02.hashnode.dev3 min read