Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     Static

    B.

     Asynchronous

    C.

     Synchronous

    D.

     None of the mentioned

    View Answer

    Workspace

    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