Instead of using the boolean true, we can save it in a variable and use that as a condition.
true
Create the variable greet and set it to true. Then, use greet as a condition for the if statement.
greet
Make sure to first assemble var greet = true.
var greet = true