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

'big()' Example

    
<html>
<body>
<button onclick="var myS = new String('www.java2s.com'); 
        document.write('www.java2s.com'+myS.big());">make string big</button>
</body>
</html>

    
      
      








Related examples in the same category

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