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
return
Correct Answer: navigator.userAgent
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.