This is the ternary condition spec from mdn:
condition ? exprIfTrue : exprIfFalse
Often I find myself wanting to check if something is true, but I jus