Javascript Basics – VAR vs LET vs CONST
INTRODUCTION SHOULD THINGS NOT BE SIMPLER? Once upon a time in Javascript, we declare variables with VAR, and that is the only thing that we need to know. But ever since the introduction of ECMAScript 2015, there have been two new complications called “LET” and “CONST”. In essence, the similarities and differences between the 3 …