Expert JavaScript Developer Question:
Download Questions PDF

How to detect the operating system on the client machine?

Expert JavaScript Developer Interview Question
Expert JavaScript Developer Interview Question

Answer:

In order to detect the operating system on the client machine, the navigator.appVersion string (property) should be used.

Download Expert JavaScript Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What's relationship between JavaScript and ECMAScript?Do you convert numbers between different bases in JavaScript?