MCQ PracticeSingle Best AnswerTopic: Javascript DOM & Event Handling MCQ
Q
What is a vendor-neutral equivalent of the word "navigator"?
Question ID
#5108
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
staticData
✔✖
B
purposeInformation
✔✖
C
dataInformation
✔✖
D
clientInformation ✔✖
D
Correct Answer: D
Explanation
ClientInformation is supported by IE as a navigator synonym that is vendor-neutral.
A Window object's navigator attribute relates to a Navigator object that has information on the vendor and version number of the browser.