Question d’entretien chez Insticator

Explain what is a closure.

Réponses aux questions d'entretien

Utilisateur anonyme

10 déc. 2014

Within the scope of the function, the variables defined at the top can be accessed anyway in that function including sub-functions

1

Utilisateur anonyme

2 févr. 2013

In computer science, a closure (also lexical closure or function closure) is a function or reference to a function together with a referencing environment.