Question d’entretien chez Globant

What is a clousure function in Javascript?

Réponses aux questions d'entretien

Utilisateur anonyme

23 nov. 2020

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.

Utilisateur anonyme

23 nov. 2020

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.

2