Variables
Term side of the Card
Topic: Basics
Unit title: Variables
Categories: Concept
Explanation side of the Card
Explanation: The named storage locations that hold data. They can store values such as numbers, strings or objects, which are accessed by their assigned names. Variables are declared using `var`, `let` or `const`, each with specific rules for scope and reassignment.