JS Coding Questions Logo
JS Coding Questions
#90💼 Interview💻 Code

How do you find operating system details

Advertisement

728x90

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

javascript
1console.log(navigator.platform);

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 5

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
90of476