Chapter 14. Expressions and Control Flow in
JavaScript
In the last chapter, I introduced the basics of JavaScript and the
DOM. Now it’s time to look at how to construct complex expressions in
JavaScript and how to control the program flow of your scripts using
conditional statements.