Control Flow

In this chapter, we will explore JavaScript control structures.

Control structures are constructs like "if statement" and "for loop" that control the "flow" of a program.