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