Multiple choice technology web technology

How can you find a client's browser name?

  1. browser.name

  2. navigator.appName

  3. client.navName

  4. All the above

Reveal answer Fill a bubble to check yourself
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.