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?