Closed Holl4444 closed 13 hours ago
score is currently null and we can't use abbreviated += on null.
let score;
Gave the variable score a starting value. let score = 0;
score is currently null and we can't use abbreviated += on null.
let score;