Javascript

Topic: JS Objects

What are windows object and navigator object in JavaScript?

Windows object is top level object in Java script. It contains several other objects such as, document, history, location, name, menu bar etc., in itself. Window object is the global object for Java script that is written at client-side.Information pertaining to the client browser and system is returned by the navigator object of JavaScript. Navigator object is the top level object for all users. 

Browse random answers: