The binding which defines the scope of execution. In JavaScript, functions create a closure context.
Learn more
General knowledge
- Closure on Wikipedia
Technical reference
- Closure on MDN
The binding which defines the scope of execution. In JavaScript, functions create a closure context.