In the previous chapter, we installed the necessary software to do our Javascript coding. Now, we are ready to write some code.
However, before we do that, I would like to talk about a very useful tool in our browsers. This tool is the Javascript console that comes with most browsers; it allows us to test Javascript commands quickly. We’ll be using the Javascript console a lot in the next few chapters. Let’s look at how to use the console in various browsers.