🏠 New in Low Baseline Support: Logical assignments

September 16, 2020

caniuse · mdn · spec

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

Source features