πŸ“Š JavaScript
Q. 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) All of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) Nested functions

Explanation: Nested functions are common in client-side JavaScript, because of its extensive use of event handlers.

Explanation by: Mr. Dubey
Nested functions are common in client-side JavaScript, because of its extensive use of event handlers.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
160
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate