Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 322 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 322 Bytes

Document vs Window Objects

Document Object: Represents loaded web page. Accessed via window.document. Manipulates HTML structure.

Window Object: Represents browser window. Accessed directly (window). Manages browser features. In essence, Document deals with web page content, while Window manages browser functionality.