← the terminal · side quests

SIDE QUEST // WEEK 21

ARRAYS · optional · all family-friendly, no account required
> TRY IT

Array your family's first names and log the one at index 0.

> EXPLORE IT

Find out what negative indexing does in JS (spoiler: not what you hope).

> BUILD IT

A grocery-list script: push five items, pop one, loop and log the rest numbered.