How can you find a client's browser name?
-
browser.name
-
navigator.appName
-
client.navName
-
All the above
B
Correct answer
Explanation
The navigator object provides browser information via navigator.appName. Option B is correct. Options A and C reference non-existent objects (browser, client), and option D claims all are correct which is false.