0 votes
in JavaScript by
How are the JavaScript window and JavaScript document different from one another?

1 Answer

0 votes
by

Window is a global object and it holds functions, variables, location and history.

Document is a part of the window and is deemed as a property of the Javascript window.

...