Home »
MCQs »
Meteor.js MCQs
Which of the following timer is used to execute an action just once after a predetermined length of time has passed?
30. Which of the following timer is used to execute an action just once after a predetermined length of time has passed?
- SetTimeout
- SetInterval
Answer: A) SetTimeout
Explanation:
timer is used to execute an action just once after a predetermined length of time has passed.