Pergunta de entrevista da empresa Globant

What is a clousure function in Javascript?

Respostas da entrevista

Sigiloso

23 de nov. de 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.

Sigiloso

23 de nov. de 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