Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following functions are referenced internally?

  2. A.

     setTimeout

    B.

     setInterval

    C.

     both setTimeout and setInterval

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Functions used in setTimeout/setInterval are referenced internally and tracked until complete, then cleaned up.


Be The First To Comment