MCQ PracticeSingle Best AnswerTopic: Javascript DOM & Event Handling MCQ
Q
What property is used to find out the vendor and version of the browser?
Question ID
#5076
Subchapter
Javascript DOM & Event Handling MCQ
Action
Choose one option below
Choose Your Answer
Click an option to check whether your answer is correct.
A
modal
✔✖
B
version
✔✖
C
browser
✔✖
D
navigator ✔✖
D
Correct Answer: D
Explanation
Information about the vendor and version of the browser may be found using the navigator attribute. Appname, AppVersion, Geolocation, Language, and other navaigator properties are only a few.