Code Safari

Chapter 143·Beginner

Control Flow: Conditionals and Loops

01 / 06

The core idea

Decisions and repetition.

Control flow lets a program choose what to do (conditionals) and do something many times (loops), instead of running the same straight line every time.

Control Flow: Conditionals and Loops | Code Safari