Compare commits

..

No commits in common. "62b04760f00a8190c5abfee5279bc767784b3803" and "e4e63dee3618d20739561605017705506bc7cef1" have entirely different histories.

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 200 !`; const show = questionElement.innerHTML = `you scored ${score} out of ${questions.length}!`;
postScore(score); postScore(score);
} }

0
test.html Normal file
View File