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

'description' Example

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

    
      
      

Related examples in the same category

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