InterviewSolution
What is CLOSURE in JAVASCRIPT?When we need to ACCESSED the variable which is defined outside the current SCOPE. We create a CLOSURES to accessed the variable which is defined outside the current scope and it is accessed from some inner scope.
Your experience on this site will be improved by allowing cookies. Read Cookie Policy