-
Which property is used to detect the browser’s user agent and code based on the pertinent cases?
-
- navigator.user
- return
- navigator.userAgent
- navigator
- None of these
Correct Option: C
An old strategy was to look at the property navigator.userAgent to detect the browser’s user agent and code based on the pertinent cases.