Single Choice
Easy
QWhich of the following functions allows you to register a function that will be called repeatedly after a given amount of time?
ID: #5074
Javascript DOM & Event Handling MCQ
153 views
Question Info
#5074Q 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
You can register a method to be called once or again after a certain amount of time has passed using the setTimeout() and setInterval() functions. In javascript, both of these functions are used to manipulate time.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic