Domanda di colloquio di Globant

What is a clousure function in Javascript?

Risposte di colloquio

Anonimo

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.

Anonimo

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