Vidyalelo
JavaScript · Q65

Invocation And Performance Navigation

Programming · JavaScript · question 65

Q65

Which of the following navigator object properties is the same in both Netscape and IE?

A.
navigator.appCodeName
Answer
B.
navigator.appName
C.
navigator.appVersion
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
The property navigator.appCodeName is the same in both Netscape and IE.