This chapter is from the book
Summary
In this chapter you have learned "the other half" of the basics for creating useful scripts. You have learned how to create your own functions and you have learned about most of JavaScript's built-in functions. You also have looked at how to control the flow of scripts through the use of control and loop statements. This prepares us to explore objects in Chapter 4, "JavaScript Is Object-Based."