We can use so-called conditional statements to run a segment of a script only if a certain condition is met.

Fantastic! The code in the braces of an if statement only runs if its condition has the boolean value of true.

Don't we want to display something if and only if the condition is met?