Q6
The setTimeout() belongs to which object?
A.
Element
B.
Window
AnswerC.
Location
D.
None of the mentioned
Answer: Option B
Solution
Answer: Option B
Solution:
The setTimeout() method of the Window object schedules a function to run after a specified number of milliseconds elapses.