Q66
When a program contains extensive use of event handlers, which of the following is necessary?
A.
Modular functions
B.
Nested functions
AnswerC.
Split up programs
D.
All of the mentioned
Answer: Option B
Solution
Answer: Option B
Solution:
Nested functions are common in client-side JavaScript, because of its extensive use of event handlers.