Skip to content

Commit

Permalink
CLASSROOM script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Muthu1206 authored Oct 19, 2024
1 parent ec021c9 commit 7c36bb2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CLASSROOM SCHEDULER WEBSITE/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ button.addEventListener("click", function (e) {
title: title.value,
textArea: textArea.value
}





notesObj.push(myObj);
localStorage.setItem("notes", JSON.stringify(notesObj));
textArea.value = '';
Expand Down

0 comments on commit 7c36bb2

Please sign in to comment.