InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a navigator property?(a) platform[](b) plugin[](c) userAgent[](d) browser[] |
|
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. |
|