← the terminal · side quests

SIDE QUEST // WEEK 19

DECISIONS: IF, ELSE, BOOLEANS · optional · all family-friendly, no account required
> TRY IT

Write the family bedtime rules as nested if/else on paper.

> EXPLORE IT

Find out why JS has both == and === and which one this class uses.

> BUILD IT

A movie-night picker: prompt for age, decide the rating tier with if/else if.