01 / 03
You have a full set of tools now
Let us lay out what you picked up in this chapter.
- repetition (
while/for) … the same work, over and over - arrays (
[ ]/[number]/.length) … things of the same kind held in a row - objects (
{ }/.name) … the details of one thing held together - checking for undefined … stepping around a missing value
Add the variables and branching from the last chapter, and from here it is practice at using them together.