From d6c6404278c4eff050395ce29e78e0d0ac28ab16 Mon Sep 17 00:00:00 2001 From: MahrukhRaheel Date: Thu, 14 Mar 2024 14:13:18 +0500 Subject: [PATCH] added a log --- main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.js b/main.js index 29e7be6..0816b19 100644 --- a/main.js +++ b/main.js @@ -52,7 +52,9 @@ function addNewNote(text = '') { document.body.appendChild(note) } + function updateLS() { + console.log('Hello') const notesText = document.querySelectorAll('textarea') const notes = []