Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Big() Example

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