How can you find a client's browser name?
-
browser.name
-
navigator.appName
-
client.navName
-
clientbrowser.navName
B
Correct answer
Explanation
The navigator object contains information about the browser. navigator.appName returns the browser name. Option A's browser.name doesn't exist, and options C and D use non-existent properties like client.navName.