MCQ
Which object is the entry point for browser-based JavaScript?
JavaScript
A window
B document
C global
D console
Explanation

window is the global object in browsers, containing document and other properties.