I believe they intentionally didn't add a ternary ...
# announcements
z
I believe they intentionally didn't add a ternary operator because if statements can return a value and
... ? ... : ...
is only 6 characters less and less clear to the reader (easy to overlook)