Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which is the function that calls another function after a time interval?

  2. A.

     setTimeout()

    B.

     setTime()

    C.

     callafter()

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The setTimeout(function, duration) calls function after duration milliseconds from now.


Be The First To Comment