Single Choice
Easy
QWhich method is given the setInterval() return value to stop further calls?
ID: #5077
Javascript DOM & Event Handling MCQ
141 views
Question Info
#5077Q ID
EasyDifficulty
Javascript DOM & Event Handling MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
SetInterval(), like setTimeout(), produces a value that can be used with clearInterval() to stop any more calls to the scheduled function.
The parameter for the clearInterval() function is the ID value returned by setInterval().
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic