InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a navigator property?(a) platform[](b) plugin[](c) userAgent[](d) browser[]This question was addressed to me in a job interview.My query is from Image Map topic in portion Caching, Debugging and Animation of JavaScript |
|
Answer» CORRECT choice is (d) browser[] Explanation: The navigator object CONTAINS information about the browser. All of the above MENTIONED are the PROPERTIES of a navigator. |
|