Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The setTimeout() belongs to which object?

  2. A.

     Element

    B.

     Window

    C.

     Location

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The setTimeout() method of the Window object schedules a function to run after a specified number of milliseconds elapses.


Be The First To Comment