A.  The setTimeout(cb, ms) global function is used to run callback cb after at least ms milliseconds.

B.  The setTimeout(cb, ms) function returns an opaque value that represents the timer which can be used to clear the timer.

C.  Both of the above.

D.  None of the above.

1
Correct Answer :
Both of the above.
Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python