MCQ
Which global object is used to handle timers in JavaScript?
JavaScript
A window
B global
C Both a and b
D timer
Explanation

In browsers, window has timer functions; in Node.js, global has them.