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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A setTimeout()
  • B setTotaltime()
  • C setInterval()
  • D settime()
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.

Share This Question

Challenge a friend or share with your study group.