What is closure?
(a) Function objects
(b) Scope where function’s variables are resolved
(c) Both Function objects and Scope where function’s variables are resolved
(d) Function return value
The question was posed to me in an interview for internship.
This intriguing question originated from Closures topic in portion Lexical Structures of JavaScript