1 Answers
Answer: Option 2
Because the APIs are asynchronous, Node relies on event handlers, which are often implemented using nested functions and closures.
4 views
Answered
Answer: Option 2
Because the APIs are asynchronous, Node relies on event handlers, which are often implemented using nested functions and closures.