Compare commits

...

2 Commits

Author SHA1 Message Date
62b04760f0 fix game bug notif 2025-12-06 17:21:39 +07:00
d60a408b08 test lagi 2025-12-05 15:19:01 +07:00
2 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ function selectAnswer(e){
function showScore(){ function showScore(){
resetState(); resetState();
const show = questionElement.innerHTML = `you scored ${score} out of ${questions.length}!`; const show = questionElement.innerHTML = `you scored ${score} out of 200 !`;
postScore(score); postScore(score);
} }

View File