Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which function among the following lets to register a function to be invoked repeatedly after a certain time?

  2. A.

     setTimeout()

    B.

     setTotaltime()

    C.

     setInterval()

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    setTimeout() and setInterval() allow you to register a function to be invoked once or repeatedly after a specified amount of time has elapsed.


Be The First To Comment