Add the string "Score: " before the score variable to create a more descriptive console output.

Looks great! Now it should be very clear that the student's score is 99.

Make sure to assemble console.log("Score: " + score); in your code.