1.

Which of the following methods executes a certain piece of code after a periodic interval?

A. setInterval()
B. setTimeout()
C. clearinterval()
D. clearTimeout()
Answer» B. setTimeout()


Discussion

No Comment Found