Question d’entretien chez AND Digital

What is the difference between declaring a variable with const and let

Réponse à la question d'entretien

Utilisateur anonyme

14 févr. 2024

let is mutable within the block and const is immutable and can not be reassigned.