Skip to content

Commit

Permalink
Merge pull request #818 from Muthu1206/patch-4
Browse files Browse the repository at this point in the history
CLASSROOM script.js
  • Loading branch information
Ayushparikh-code authored Oct 27, 2024
2 parents 8abf96f + 7c36bb2 commit 47f733d
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 47f733d

Please sign in to comment.