More operators
There is an operator for everything. Almost.

JavaScript has a ton of different operators you can use for various jobs and use cases.

We’ve already seen some operators in previous units, like conditionals.

In this unit I’ll explain some more super powerful and useful operators.

Lessons in this unit:

0: ▶︎ Introduction
1: More assignment operators
2: Logical operators
3: Nullish coalescing
4: Optional chaining
5: Logical nullish assignment