JavaScript variables and data types
Learn about variables and the data types that populate them.
Learning objectives
In this module, you'll learn:
- What variables are and why to use them.
- When to use constants.
- How storing your values as different types can create clarity in your code.
Prerequisites
None