NOV interview question

Asked about closure in JS

Interview Answer

Anonymous

29 Apr 2017

In javascript there is inner function and when inner function's variable access to the outer function variable is called as closure in js.