MCQ Practice Single Best Answer Topic: Javascript DOM & Event Handling MCQ

Q Which object is the setTimeout() associated with?

Question ID
#5078
Subchapter
Javascript DOM & Event Handling MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A Element
  • B Window
  • C Location
  • D Event
Correct Answer: 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

Share this MCQ with your friends or study group.