What you will learn in this lesson
JavaScript can store different kinds of values. The good news is that beginners do not need a giant list first. You only need a few core value types to build a strong start.
In this lesson, you will focus on three beginner-safe value types:
- strings for text
- numbers for counting or measuring
- booleans for true-or-false answers
Your lesson goals are simple:
- understand what each value type means in plain English
- recognize the difference between text, numbers, and true-or-false values
- read tiny code examples without rushing
- feel calmer when JavaScript stores more than one kind of information
If you can tell strings, numbers, and booleans apart, you already understand a big part of beginner JavaScript values.