---

The difference between var, let and const in JavaScript

2020, September 15

Before the introduction of ECMAScript 6 (ES6), the only way to declare a variable in JavaScript is by using keyword. However, variables…