Answer:
Closures are expressions, usually functions, which can work with variables set within a certain context. Or, to try and make it easier, inner functions referring to local variables of its outer function create closures.
Previous Question | Next Question |
Tell me a time that you used Prototypal OO in JavaScript? | Tell us why Do We Need To Use W3c Standard Code? |