We can also use the < sign to check if score is less than 100.

Nice work! This code prints "You need more points!" to the console when the score is less than 100.

Not quite! We need to start the if statement with the if keyword and make sure score is to the left of the < sign.