Q. Why does the Node rely on event handlers?

  • (A) APIs are synchronous
  • (B) APIs are asynchronous
  • (C) APIs are reusable
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) APIs are asynchronous
Explanation: Because the APIs are asynchronous, Node relies on event handlers, which are often implemented using nested functions and closures.
Explanation by: Mr. Dubey
Because the APIs are asynchronous, Node relies on event handlers, which are often implemented using nested functions and closures.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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