Question d’entretien chez Samcom Technobrains

Difference between let and var

Réponse à la question d'entretien

Utilisateur anonyme

16 juin 2022

Let is block scoped and its value cannot be used outside it's block while var can be used from anywhere and its value can be changed