Pergunta de entrevista da empresa Insticator

Explain what is a closure.

Respostas da entrevista

Sigiloso

10 de dez. de 2014

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

1

Sigiloso

2 de fev. de 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.