Skip to content
Lessons

1. Immutable by default (let vs var)

A let binding is immutable; a var is mutable. You opt in to change.

values.milo
outputloading compiler…
// edit the code, then press Run
takeawayImmutable by default — you always know what can change out from under you.
0 / 12 runRun the program to unlock the next lesson