Basic JavaScript Question:

How to detect the operating system on the client machine?

Tweet Share WhatsApp

Answer:

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

Read All 114 JavaScript Questions
Previous QuestionNext Question
How to read and write a file using JavaScript?What are JavaScript Data Types?