Last updated 4 months ago
Was this helpful?
โฉ โฉ ternary
A special shorthand way to write a conditional statement, also called ternay conditional operator, ternary operator, conditional operator.
// ternary conditional operator condition ? trueValue : falseValue