0 votes
in JavaScript by
What Are Windows Object And Navigator Object In Javascript?

1 Answer

0 votes
by

The top level object in java script is the windows object. It further has several other objects such as document, location, history, menu bar, name, etc. contained within itself. The global object on which client side java scripts are written is the windows object. Information regarding the client system is returned by the Navigator browser of the script. For all users Navigator browsers are the base object.

Related questions

0 votes
asked Oct 24, 2023 in JavaScript by DavidAnderson
0 votes
asked Oct 21, 2023 in JavaScript by DavidAnderson
...