it begins (empty funcs)

This commit is contained in:
LinlyBoi
2023-12-04 11:31:57 +02:00
parent 055c295f55
commit cc7326a51a

View File

@@ -22,3 +22,13 @@ function nameSubmit() {
function initScore() {
const user = JSON.parse(localStorage.getItem("studData"));
}
function nextQ() {
}
function prevQ() {
}
function questionSubmit() {
}