Editor Arrow Download Open
<html> <body> <script type="text/javascript"> var str="Object Example"; document.write("UpperCase: " +str.toUpperCase()); </script> </body> </html>
  Preview Arrow