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.

Related questions

0 votes
asked Dec 1, 2021 in Cloud Computing by DavidAnderson
0 votes
asked Oct 8, 2023 in JavaScript by JackTerrance
...