➕nullish coalescing (??)
🚧 under construction
Last updated
🚧 under construction
Last updated
JS ⟩ statement ⟩ expression ⟩ operator ⟩ logical ⟩ nullish coalescing operator (??)
?? operator
the precedence of ??
relative to ||
, &&
is not defined.
explicitly use parentheses if ??
is mixed with ||
, &&
.