JS Variables 101: Var, Let and Const
Jan 21, 2022 · 6 min read · 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...
Join discussion




