fix game bug notif
This commit is contained in:
parent
d60a408b08
commit
62b04760f0
@ -119,7 +119,7 @@ function selectAnswer(e){
|
||||
|
||||
function showScore(){
|
||||
resetState();
|
||||
const show = questionElement.innerHTML = `you scored ${score} out of ${questions.length}!`;
|
||||
const show = questionElement.innerHTML = `you scored ${score} out of 200 !`;
|
||||
postScore(score);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user