InterviewSolution
Saved Bookmarks
| 1. |
When a program contains extensive use of event handlers, which of the following is necessary?(a) Modular functions(b) Nested functions(c) Split up programs(d) Global variablesThis question was posed to me during an interview for a job.This interesting question is from JavaScript in Web Browsers topic in chapter Server-Side and Client-Side Scripting of JavaScript |
|
Answer» The correct option is (b) Nested FUNCTIONS |
|