To dive into Javascript all you need is a simple text-editor and a browser. In windows, you can
use notepad under your accessories and Linux and mac users have a similar editor.
Simply create a blank HTML page as such…
Save the file then in your browser type in the file name you just created to see
the results. Javascript is interpreted so any changes you make to this file
will show up instantly in the browser the moment you hit the reload button.