MCQ
Which object is the entry point for browser-based JavaScript?
Explanation
window is the global object in browsers, containing document and other properties.