Course contentsShow
JavaScript
Lesson 1957 of 2,72341. Modern JavaScript Features (ES2020+)Pro lesson

The ||= (Logical OR Assignment) Operator

Using ||= to assign a value only if the left operand is falsy, replacing the pattern `x = x || defaultValue`.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.