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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub