XVal operators
Truthyness and falsyness
If-then-else operator
a ? b : c // This stands for “if a then b else c”Short circuit operators
Last updated
a ? b : c // This stands for “if a then b else c”Last updated