ternary
Ternary operator evaluates first parameter followed by two values. First value is returned when the condition is true otherwise the second value is returned.
copy
Ternary operator evaluates first parameter followed by two values. First value is returned when the condition is true otherwise the second value is returned.
copy