JavaScript Assignments

The Nullish Operator

The ??= Operator

If the first value is undefined or null, the second value is assigned.