The Logical Assignment Operators bring syntactic sugar over verbose syntax which enforced us to write explicit if statements. Thanks to the new operators ||=, &&= and ??= we can express the conditional logic in a more concise way.
if
||=
&&=
??=