js code to run hello world

JavaScript
  <script>
    alert( 'Hello, world!' );
  </script>
Source

Also in JavaScript: