Window.document

window.document は、ウィンドウに含まれている文書への参照を返します。

js

console.log(window.document.title);

仕様書

Specification
HTML Standard
# dom-document-dev

ブラウザーの互換性

BCD tables only load in the browser