I FIXED IT (I commented a line)

This commit is contained in:
2024-04-13 00:11:34 +02:00
parent b9cda5106b
commit 4b6d436129

View File

@@ -168,7 +168,7 @@ function nextQ() {
else else
initScore(); initScore();
setQ(questionCounter); setQ(questionCounter);
if (questionCounter < questions.length) // if (questionCounter < questions.length)
} }
function prevQ() { function prevQ() {