In simple words, what is the ?: (conditional, "ternary") operator and how can I use it?
?:
It's called the ternary operator. For some more info, here's another question I answered regarding this:
ternary operator
How to write an IF else statement without 'else'