YouTip LogoYouTip

Prop Nav Platform

# Navigator platform Property [![Image 9: Navigator Object Reference](#) 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 ![Image 10: Internet Explorer](#)![Image 11: Firefox](#)![Image 12: Opera](#)![Image 13: Google Chrome](#)![Image 14: Safari](#) 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 Β»](#) * * * ![Image 15: Example](#) ## More Examples [This example includes all navigator properties.](#) * * Navigator Object](#)
← Prop Nav UseragentMet Win Moveby β†’