DEV Community

Discussion on: Get OS details from the webpage in JavaScript. πŸ‘·β€β™‚οΈ

Collapse
 
markwitt_me profile image
Mark Witt

You can also use iosPlatforms.includes(platform) instead of iosPlatforms.indexOf(platform) !== -1

Collapse
 
mutale85 profile image
Mutale85

can you give an example?

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

Cool, thanks for the info! 😁