You now understand JavaScript's type system. You know how to declare variables with let and const, work with primitive types, and handle JavaScript's quirks like truthy/falsy values and type coercion.
In the next section, you'll learn about operators and expressions. You'll combine values using arithmetic, comparison, and logical operators. You'll also discover shortcuts like ?? and ?. that make code cleaner.