Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following is one of the fundamental features of JavaScript?

  2. A.

     Single-threaded

    B.

     Single-threaded

    C.

     Both Single-threaded and Multi-threaded

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    One of the fundamental features of client-side JavaScript is that it is single-threaded: a browser will never run two event handlers at the same time, and it will never trigger a timer while an event handler is running, for example.


Be The First To Comment