operation with 3 operands.
JS โฉ statement โฉ expression โฉ operator โฉ ternary
(operator) an operation with 3 operands. ๐ table of operators
condition ? a : b // returns a if condition true, b otherwise.
๐ฏ synonyms๏ผ conditional operator (?:)
unary operator
binary operator
Last updated 3 years ago