0 votes
in JavaScript by
How can we detect OS of the client machine using JavaScript?

1 Answer

0 votes
by

The navigator.appVersion string can be used to detect the operating system on the client machine.

...