From 64ba4e591597f6063e3c913055642762f6e3f8b2 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Tue, 5 Dec 2023 08:48:16 +0200 Subject: [PATCH] useless log --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 35b8124..a90aa09 100644 --- a/index.js +++ b/index.js @@ -98,7 +98,7 @@ const questions = [ generateQuestion(3, 7, 2, 7, 14, 21), generateQuestion(6, 6, 36, 6, 14, 21), ] -console.log(questions[0].answers); +// console.log(questions[0].answers); function setQ(n) { var question = document.getElementById("question")