Summary
In this chapter, you had a chance to write your first script. Congratulations on making it this far! We could have done a simple "Hello World" script first, but we wanted to give you something a little more interesting that you might actually use, in a more complex fashion, in the real world.
Although we did not complete any complex examples, you were exposed to a high-level process of how to approach coding. This is an extremely important step as we conclude Part I of the book. In the next section you will learn more about the JavaScript language and how it works at a much deeper level. We will dive into the syntax and semantics of the language and you will learn about the operators and conditional statements we mentioned in this chapter, so it is important that we start off on the solid foundation this chapter laid.