Single Choice Easy

QWhich of the following functions enables the registration of a once-invoked function? setTimeout()

ID: #5073 Javascript DOM & Event Handling MCQ 179 views
Question Info
#5073Q 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.

No Previous Next Question

Share This Question

Challenge a friend or share with your study group.