InterviewSolution
Saved Bookmarks
| 1. |
Which property is used to detect the browser’s user agent and code based on the pertinent cases?(a) navigator.userAgent(b) navigator.user(c) navigator(d) returnI have been asked this question in final exam.My question is taken from Compatibility Libraries topic in chapter HTML Fundamentals of HTML |
|
Answer» Right option is (a) navigator.userAgent |
|