#ternary-operator
Read more stories on Hashnode
Articles with this tag
Ternary operators in JavaScript are a shorthand way of writing conditional statements. They are called "ternary" because they involve three operands:...