Expert Developer JavaScript Question:

Explain 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.


Previous QuestionNext Question
How can the style/class of an element be changed?What is the data type of variables in JavaScript?