How can you find a client’s browser name?
How can you find a client’s browser name? Correct Answer navigator.appName
The client’s browser name can be found by using navigator.appName. It is found inside the navigator object.How can you find a client’s browser name? Correct Answer navigator.appName
The client’s browser name can be found by using navigator.appName. It is found inside the navigator object.