Used to get or set the HTML content inside an element. Can render HTML tags as real elements. Useful for dynamically adding forms, buttons, or any HTML structure. 🧾 innerText – Key Concepts: Used to ...
In the index.html file, I noticed that you are using innerHTML instead of InnerText when accessing the input from the note. I think it would be better to use innerText instead because of the ...