JavaScript Tutorial in Hindi for Beginners [Part 69] - Navigator object in JavaScript

Tech Gun
Youtube
Related Topic
:- Javascript Web Development

In this video i will talk about Navigator object in JavaScript. The JavaScript Navigator provides information about the web browser and its capabilities. You can reference the Navigator object via the read-only window.navigator property. The Navigator object has properties that convey the browser’s information. For example, the userAgent is a property of the window.navigator object. It is a long string that identifies the web browser. The window.navigator object can be written without the window prefix. 

Comments