Bank of America Interview Question

What is a closure for javascript?

Interview Answer

Anonymous

Aug 2, 2017

A function with a new local execution scope containing the current variables and functions in the scope at creation, allows data privacy.