Q. Why does the Node rely on event handlers?
β
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.