'suffixes' Example : suffixes « Javascript Properties « JavaScript Reference

'suffixes' Example

    
<html>
<body>
<button onclick="alert(navigator.mimeTypes[0].suffixes);">suffixes</button>
</body>
</html>

    
      
      

Related examples in the same category

1.'suffixes' Syntax and Note
2.'suffixes' is applied to