Q. Which object represents the browser window in JavaScript?
β
Correct Answer: (A)
window
Explanation: 'window' is the global object representing the browser window.