Q. When a program contains extensive use of event handlers, which of the following is necessary?
β
Correct Answer: (B)
Nested functions
Explanation: Nested functions are common in client-side JavaScript, because of its extensive use of event handlers.