Back to Content

Window: document property

files/en-us/web/api/window/document/index.md

latest325 B
Original Source

{{APIRef}}

window.document returns a reference to the document contained in the window.

Value

A document object.

Examples

js
console.log(window.document.title);

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}