Nice work! This code prints "You need more points!" to the console when the score is less than 100.
"You need more points!"
score
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.
if
<