Quiz Questions

Why is it called a Ternary expression, what does the word "Ternary" indicate?

Importance
Low
Quiz Topics
JAVASCRIPT

"Ternary" indicates three, and a ternary expression accepts three operands, the test condition, the "then" expression and the "else" expression. Ternary expressions are not specific to JavaScript and I'm not sure why it is even in this list.

References