InterviewSolution
Saved Bookmarks
| 1. |
How many read-only attributes are present in the navigator object?(a) 1(b) 2(c) 3(d) 4 |
|
Answer» The correct option is (b) 2 The best I can explain: The navigator object contains information about the browser. There are a total of 2 read-only attributes present in the navigator object namely: redirectCount type. |
|