Operators let you combine and transform values. In this section, you'll use arithmetic operators for math, comparison operators for decisions, and logical operators for combining conditions.
You'll also learn modern shortcuts like nullish coalescing (??) and optional chaining (?.) that make code cleaner and safer.