In ECMAScript 2015 there are two new variable types, let and const. Const is what it sounds like, a constant whose value cannot be changed after it has been defined…. [Continue Reading]
Upgrading to modern JS and beyond
In ECMAScript 2015 there are two new variable types, let and const. Const is what it sounds like, a constant whose value cannot be changed after it has been defined…. [Continue Reading]