The if statement runs code only if the boolean it's relying on is true. It's like saying, if something is true, then do this.

"Hello!" will display in the console if we set the boolean value to true.

Make sure to pick true.