Create the score variable and store the number 99 in it.
score
99
Make sure you assemble var score = 99;.
var score = 99;