fork download
  1. <html>
  2. <body>
  3. <script type="text/javascript">
  4. mynumber =150; mynumber="Number One";
  5. document.write("The value is "+mynumber);
  6. </script>
  7. </body>
  8. </html>
  9.  
Runtime error #stdin #stdout 0.3s 213248KB
stdin
Standard input is empty
stdout
Standard output is empty