JavaScript setup

getting started with the internet's programming language

We begin with JavaScript by introducing some background tips, i.e. how to:

  • use it in HTML (get set up!)

pageJavaScript and HTML
  • comment (document our code)

pageJavaScript comments and whitespace
  • test code (without its effects appearing on screen)

pageJavaScript console

Last updated