You now know how to combine values with operators. You can do math, compare values, combine conditions with logical operators, and handle missing data safely with ?. and ??.
In the next section, you'll learn control flow. You'll use if, else, and switch to make decisions in your code. The comparison and logical operators you just learned will be the conditions that drive those decisions.