← the terminal · side quests

SIDE QUEST // WEEK 25

EXPRESSIONS, RETURN, PRACTICE · optional · all family-friendly, no account required
> TRY IT

Write add(a,b) and log add(add(1,2),3). Chain achieved.

> EXPLORE IT

Find one arrow function in any open-source file on GitHub.

> BUILD IT

A tiny math toolkit: three functions that return (never log), plus a demo script.