Discussion :: Javascript - CS
- Why does the Node rely on event handlers?
Answer : Option B
Explanation :
Because the APIs are asynchronous, Node relies on event handlers, which are often implemented using nested functions and closures.
Be The First To Comment