Ternary operator (Definition)

An operator that requires three arguments.

There is only one ternary operator in JavaScript. It is the ?: conditional execution operator.

See also:Binary operator, Conditionally execute (?:), Unary operator

Cross-references:

Wrox Instant JavaScript - page - 18

Wrox Instant JavaScript - page - 21