Create the variable greet and set it to true. Then, use greet as a condition for the if statement.

There it is! If the variable is set to true, the code inside the if statement runs.

Make sure to first assemble var greet = true.