Destructuring Arrays
Destructuring Objects
The Spread Operator (...)
Rest Pattern and Parameters
Short Circuiting
&&
and
||
The Nullish Coalescing Operator
??
Logical Assignment Operators
Looping Arrays: The for-of Loop
Enhanced Object Literals
Optional Chaining
?.
Looping Objects: Object Keys, Values, and Entries
Sets
Maps: Fundamentals
Maps: Iteration
Working With Strings