Make your website interactive with JavaScript
Difficulty: Beginner ● Progress: 0 / 0 modules completed
Basic data types

Now that we know how to save information in a variable or a constant, we need to know what types of information can be stored and used in JavaScript!
There are two main families of variable types in JavaScript:
- Primitive data types
- Complex data structures
You need a free account to read this module