The ternary operator

Learn about the ternary operator that can be used as a control structure.

We'll cover the following...

The ? is known as the ternary operator and provides a way to return values without ...