JavaScript | JavaScript Functions | Question 4

Last Updated :
Discuss
Comments

What is a closure in JavaScript?

A function combined with its lexical scope

A function that cannot be called outside its block

A function with no arguments

A function with no return value

Share your thoughts in the comments