Vidyalelo
JavaScript · Q66

Server

Programming · JavaScript · question 66

Q66

When a program contains extensive use of event handlers, which of the following is necessary?

A.
Modular functions
B.
Nested functions
Answer
C.
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.