Is var, let and const are different?? And if yes then how?? You might have had heard this question in every JavaScript interview. Let’s understand the idea behind it. In JavaScript to store any data into the variable, you must know the following things. Declaration of variable // let a; Initialization of variable // a […]