codebeater - Beta Launch #10

Merged
5803025047 merged 103 commits from dev into main 2025-12-15 11:20:48 -05:00
Showing only changes of commit 62b04760f0 - Show all commits

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);
} }