Question d’entretien chez Ciklum

How to fix closure problem with var variable inside the "for loop".

Réponse à la question d'entretien

Utilisateur anonyme

21 nov. 2022

Use the "let" type of variable instead of var, to have block scope for value.