Q. Which property is used to obtain browser vendor and version information?
- modal
- version
- browser
- navigator
The navigator object contains information about the browser.Browser vendors are companies that make and sell/provide browsers. Some examples of browsers vendors are Microsoft (Internet Explorer and Edge), Google (Chrome), Apple (Safari), Opera Software (Opera) and Mozilla (Firefox).
The navigator property is used to obtain browser vendor and version information. Various navigator property includes app name, app version, geolocation, language, etc.
The navigator property of a window (i.e. window.navigator ) is a reference to a Navigator object; it is a read-only property which contains information about the user's browser.
No comments:
Post a Comment
What you have to say about this?