Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Sup() Example

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