🏠 New in High Baseline Support: Logical assignments

March 16, 2023

caniuse · mdn · spec

The logical AND assignment (&&=) and the logical OR assignment (||=) operators short-circuit the respective binary logical operators.

Source features