MCQ
Which global object is used to handle timers in JavaScript?
Explanation
In browsers, window has timer functions; in Node.js, global has them.