Logical AND Assignment (&&=)
Description
The Logical AND Assignment Operator (&&=) assigns the value of the right-hand operand to the left-hand operand if the left-hand operand is true.
Learn More:
Browser Support
&&=
is an ECMAScript1 (JavaScript 1997) feature.
It is supported in all browsers:
Chrome | Edge | Firefox | Safari | Opera |