Computer Science, asked by Reetinder3305, 9 months ago

Which Object Contains Information About The Browser In Javascript

Answers

Answered by ksonakshi70
2

Answer:

The window. navigator object contains information about the visitor's browsers..

Answered by dreamrob
1

JavaScript Window Navigator Object contains information about the browser in JavaScript.

  • The information about the visitor's browser is stored in a "window.navigator" object.
  • It is a read-only object that returns data about the user's browser and it has functions and methods to further use it for different purposes.
  • The objects of "window.navigator" can be written without window as prefix such as navigator.name, navigator.user.

Similar questions