FrontendDeveloper.in

JavaScript question detail

How do you find operating system details

The window.navigator object contains information about the visitor's browser OS details. Some of the OS properties are available under platform property,

console.log(navigator.platform);
Back to all JavaScript questions
Get LinkedIn Premium at Rs 399