Frage im Vorstellungsgespräch bei Capgemini

What is a closure in JavaScript, and how is it useful?

Antwort im Vorstellungsgespräch

Anonym

10. Juli 2025

I explained closures with an example where a function remembers the variable from its parent scope. I also gave a use case using counters and private variables.