Question d’entretien chez Constructor

(JavaScript) What is a Closure?

Réponse à la question d'entretien

Utilisateur anonyme

25 août 2025

A closure is a function that remembers and has access to variables from its outer (enclosing) scope, even after the outer function has finished executing.