Q. The setTimeout() belongs to which object?
β
Correct Answer: (B)
Window
Explanation: The setTimeout() method of the Window object schedules a function to run after a specified number of milliseconds elapses.