Why does the Node rely on event handlers?
A
APIs are synchronous
B
APIs are asynchronous
C
APIs are reusable
D
APIs are modular
Correct Answer: APIs are asynchronous
For handling the spontaneous events occurring on the web page the event handlers are important. Because the APIs are asynchronous, Node relies on event handlers, which are often implemented using nested functions and closures.