← the terminal · side quests

SIDE QUEST // WEEK 20

LOOPS: WHILE, FOR, NESTED · optional · all family-friendly, no account required
> TRY IT

Write an infinite loop on paper, then fix it on paper. Never in the browser.

> EXPLORE IT

Count something repetitive at home (stairs, tiles) and write the for loop that would.

> BUILD IT

Print a 5x5 grid of stars in the console with nested loops.