JS Variables 101: Var, Let and Const
Yet another blog explaining Var, Let and Const but I promise this is the only one you need.
ECMASCRIPT2015, also known as ES6 introduced a lot of awesome features. One of the features was the addition of let and const for declaring variables. Previou...
harshkc.hashnode.dev6 min read