Q29
Why does Node not block while waiting for operations to complete?
A.
Static
B.
Asynchronous
AnswerC.
Synchronous
D.
None of the mentioned
Answer: Option B
Solution
Answer: Option B
Solution:
Because Node’s functions and methods are asynchronous, they do not block while waiting for operations to complete.