Coding Bootcamp: Hello (front end) world!
Your first JavaScript program
<!DOCTYPE HTML>
<html>
<body>
  <p>Header...</p>
  <script>
    alert('Hello, World!')
  </ script>
  <p>...Footer</p>
</body>
</html>
Compiling and running
Extending your program

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.