Computer Science, asked by yadavganesh318, 11 months ago

What are JavaScript Function Closures?

Answers

Answered by ojasvii29
16

Answer:

A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). ... In JavaScript, closures are created every time a function is created, at function creation time.

Similar questions