Vidyalelo
JavaScript · Q26

Document Object Model And Event Handling

Programming · JavaScript · question 26

Q26

The navigator property belongs to which of the following object?

A.
Document
B.
Window
C.
Navigator
Answer
D.
Location

Answer: Option C

Solution

Answer: Option C
Solution:
The navigator property of a Window object refers to a Navigator object that contains browser vendor and version number information.