Home »
MCQs »
Meteor.js MCQs
Which of the following timer is used to repeat an activity after a certain period of time has passed?
31. Which of the following timer is used to repeat an activity after a certain period of time has passed?
- SetTimeout
- SetInterval
Answer: B) SetInterval
Explanation:
SetInterval timer is used to repeat an activity after a certain period of time has passed.