'small()' Example : small « Javascript Methods « JavaScript Reference

'small()' Example

    
<html>
<body>
<button onclick="var myS = new String('Sample String'); 
                 document.write('regular string'+myS.small());">
                 SMALL</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'small()' Syntax, Parameters and Note
2.'small()' is applied to