πŸ“Š JavaScript
Q. Which of the following is not a navigator method?
  • (A) postEnabled
  • (B) reference
  • (C) preference
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) preference

Explanation: 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.

Explanation by: Mr. Dubey
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
185
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate