Pregunta de entrevista de Insticator

Explain what is a closure.

Respuestas de entrevistas

Anónimo

10 dic 2014

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

1

Anónimo

2 feb 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.