let txt = notes.map(({textContent}) => textContent); localStorage.setItem('text', JSON.stringify(txt));