Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The client-side JavaScript’s asynchronous programming model contains

  2. A.

     Timers and error handlers

    B.

     User interface events

    C.

     State change events

    D.

     API-specific events

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Timers and error handlers are part of client-side JavaScript’s asynchronous programming model and are similar to events.


Be The First To Comment