Question d’entretien chez Cavista Technology

Explain what Closure is in JavaScript?

Réponse à la question d'entretien

Utilisateur anonyme

11 sept. 2021

Closure means that an inner function always has access to the vars and parameters of its outer function, even after the outer function has returned.