Closure
In computer programming, aclosure is a technique for implementing lexicallyscoped name binding in a language withfirst-class functions. InJavaScript, afunction creates a closure context.
In this article
See also
- Closures in JavaScript
- Closure on Wikipedia