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() {