Question d’entretien chez Jun Group

What's the difference between let and const?

Réponse à la question d'entretien

Utilisateur anonyme

11 nov. 2019

let and const are basically the same the functional difference is that once a const has been set it's value cannot be changed.