Concept catalog
Conceptlanguagefoundationaljs/variables

Variables

Named references to values. `let` for mutables, `const` for one-time bindings; `var` exists for legacy code.

Tutorials that touch this concept