Multiple choice

How can you detect the client's browser name?

  1. browser.name

  2. navigator.appName

  3. client.navName

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The navigator object contains information about the browser, and navigator.appName provides the name of the browser.