diff --git a/index.js b/index.js index 343fb44..db773dc 100644 --- a/index.js +++ b/index.js @@ -7,4 +7,10 @@ function nameSubmit() { startTime: Date.now(), }; localStorage.setItem(studData, JSON.stringify(studData)); + var privacy-violation = document.getElementById("privacy-violation"); + privacy-violation.style.display = "none"; +} + +function initScore() { + const user = JSON.parse(localStorage.getItem("studData")); }