Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The setTimeout() method is used to

  2. A.

     Make the event sleep

    B.

     Register a function to be invoked after a certain time

    C.

     Invoke an event after a certain time

    D.

     Time for iteration

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The setTimeout(), which registers a function to be invoked after a specified amount of time.


Be The First To Comment