From cc7326a51af1d734bc0b7be95e3ad91ed9635fb5 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Mon, 4 Dec 2023 11:31:57 +0200 Subject: [PATCH] it begins (empty funcs) --- index.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.js b/index.js index 001122a..4dee170 100644 --- a/index.js +++ b/index.js @@ -22,3 +22,13 @@ function nameSubmit() { function initScore() { const user = JSON.parse(localStorage.getItem("studData")); } + +function nextQ() { +} + +function prevQ() { +} + +function questionSubmit() { + +}