Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Among the below given functions, Node supports which of the following client-side timer functions?

  2. A.

     getInterval()

    B.

     Interval()

    C.

     clearTime()

    D.

     clearTimeout()

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Node supports the client-side timer functions set setTimeout()setInterval()clearTimeout(), and clearInterval().


Be The First To Comment