Front End Web Developer Question:

Tell me what Is A Closure?

Front End Web Developer Interview Question
Front End Web Developer Interview Question

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 QuestionNext Question
Tell me a time that you used Prototypal OO in JavaScript?Tell us why Do We Need To Use W3c Standard Code?