fork download
  1. <script type = text/javascript>
  2.  
  3. //create an alert box to write "Hello world!" to the page!
  4.  
  5. alert("hello world!");
  6.  
  7. </script>
Runtime error #stdin #stdout 0.3s 213248KB
stdin
Standard input is empty
stdout
Standard output is empty