In JavaScript, the _____ is the master container for all content you view in…
2018
In JavaScript, the _____ is the master container for all content you view in the web browser.
- A.
Document Object
- B.
Window Object
- C.
Location Object
- D.
Screen Object
Attempted by 97 students.
Show answer & explanation
Correct answer: B
The Window Object is the master container in JavaScript's browser environment. It represents the top-level object containing all other objects like document, location, and screen within the browser window hierarchy.