FusionCharts interview question

What are closures?

Interview Answer

Anonymous

Apr 6, 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.