The Window object represents an open window in the browser.
That is, a browser window has only one window object.
The Document object is the HTML document loaded into the browser
That is, the window loads the document.
Body object represents the body of the HTML document (HTML body).