MCQ Single Best Answer Easy

QWhich object is the setTimeout() associated with?

ID: #5078 Javascript DOM & Event Handling MCQ 126 views
Question Info
#5078Q ID
EasyDifficulty
Javascript DOM & Event Handling MCQTopic

Choose the Best Option

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

  • A Element
  • B Window
  • C Location
  • D Event
Correct Answer: Option B

Explanation

The Window object's setTimeout() method plans to start a function once a predetermined number of milliseconds have passed. Javascript's setTimeout() and setInterval() functions are used to manipulate time.

Share This Question

Challenge a friend or share with your study group.