What about another shortcut? The conditional operator assigns a value to a variable based on a condition being true or false.

Good job! This operator assigns values to variables based on conditions. If they're met, it uses the value after the ? sign; if not, it uses that after the : sign.

Psst: this operator is also known as the ternary operator.

Don't we want to log the advice variable here?