1.

What is closure in JavaScript?

Answer»

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.



Discussion

No Comment Found