it begins (empty funcs)
This commit is contained in:
10
index.js
10
index.js
@@ -22,3 +22,13 @@ function nameSubmit() {
|
|||||||
function initScore() {
|
function initScore() {
|
||||||
const user = JSON.parse(localStorage.getItem("studData"));
|
const user = JSON.parse(localStorage.getItem("studData"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function nextQ() {
|
||||||
|
}
|
||||||
|
|
||||||
|
function prevQ() {
|
||||||
|
}
|
||||||
|
|
||||||
|
function questionSubmit() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user