Ternary; which means this stuff ? :
OK, I needed to write this down as I do not use this comparison on a daily basis, but use it enough where its getting annoying that I have to research it every time I use it.
So without further ado…..
(expression) ? ‘do this if true‘ : ‘do this if false‘
Voila