Basic JavaScript Question:
Download Job Interview Questions and Answers PDF
How to detect the operating system on the client machine?
Answer:
In order to detect the operating system on the client machine, the navigator.appVersion string (property) should be used.
Download JavaScript Interview Questions And Answers
PDF
Previous Question | Next Question |
How to read and write a file using JavaScript? | What are JavaScript Data Types? |