From 4b6d436129d8ab0a3e84fd4b02e2abcaeae6fb5e Mon Sep 17 00:00:00 2001 From: linlyboi Date: Sat, 13 Apr 2024 00:11:34 +0200 Subject: [PATCH] I FIXED IT (I commented a line) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 841c074..d1b5bce 100644 --- a/index.js +++ b/index.js @@ -168,7 +168,7 @@ function nextQ() { else initScore(); setQ(questionCounter); - if (questionCounter < questions.length) + // if (questionCounter < questions.length) } function prevQ() {