Vidyalelo
JavaScript · Q19

Animation

Programming · JavaScript · question 19

Q19

Which of the following is not a navigator method?

A.
postEnabled
B.
reference
C.
preference
Answer
D.
all of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The preference(name,value) method allows a signed script to get and set some Netscape preferences. If the second parameter is omitted, this method will return the value of the specified preference; otherwise, it sets the value. Netscape only.