FusionCharts interview question

What are closures?

Interview Answer

Anonymous

6 Apr 2016

A phenomenon in js where the variable is still accessible outside the scope of a function even though the function is out of the execution stack.