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.

Related questions

0 votes
asked Oct 10, 2022 in JavaScript by SakshiSharma
0 votes
asked Oct 9, 2022 in JavaScript by Robin
...