en.javascript.info icon indicating copy to clipboard operation
en.javascript.info copied to clipboard

Added information about new logical operators: `||=`, `&&=` + task

Open Alexandre887 opened this issue 2 years ago • 0 comments

Logical operators

ECMAScript 2021 introduced logical assignment operators:

This PR adds a description of the new operators, and one task on this topic.

Alexandre887 avatar Aug 19 '23 21:08 Alexandre887