Prop Nav Platform
# Navigator platform Property
[ Navigator Object](#)
* * *
## Definition and Usage
The `platform` property is a read-only string that declares the operating system and/or hardware platform of the browser.
## Syntax
navigator.platform
* * *
## Browser Support

The `platform` property is supported by all major browsers.
* * *
## Example
## Example
Which platform is your browser compiled for:
document.write("Hardware Platform: " + navigator.platform);
The output of the above example:
Hardware Platform: Linux x86_64
[Try it Β»](#)
* * *

## More Examples
[This example includes all navigator properties.](#)
* * Navigator Object](#)
YouTip