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 = []