Understanding const in JavaScript Before ES6, when developers wanted to declare a constant in JavaScript, it was only a convention: writing a variable name in uppercase or adding comments. This ...