Vidyalelo
JavaScript · Q29

Server

Programming · JavaScript · question 29

Q29

Why does Node not block while waiting for operations to complete?

A.
Static
B.
Asynchronous
Answer
C.
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.