Front End Programmer Question:

Download Job Interview Questions and Answers PDF

Do you know what is a closure?

Front End Developer Interview Question
Front End 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.

Download Front End Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know what is the difference between == and === ?Explain the difference between == and === ?