Last updated 2 years ago
Was this helpful?
⟩ ⟩ ⟩ ⟩ ⟩ binary
&& (logical and), || (logical or), ?? (nullish coalescing)
&&
||
??
table of operators
- Logical AND.
- Logical OR.
- nullish coalescing (??)