MCQOPTIONS
Saved Bookmarks
| 1. |
What is a 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 |
| Answer» D. Function return value | |