Var, Let and Const in JavaScript. What is the Difference?
Introduction
In JavaScript, there are three ways of declaring variables. You can use any of the following keywords for variable declaration - var, let, and const.
However they do not behave in the same way. What is the difference? And how do you kno...
benjaminsemah.hashnode.dev5 min read