Discussion :: Javascript - CS
- Why does Node not block while waiting for operations to complete?
Answer : Option B
Explanation :
Because Node’s functions and methods are asynchronous, they do not block while waiting for operations to complete.
Be The First To Comment