Javascript – How to set elements and their values in local storage using a class selector , querySelectorAll?
I am trying to make a to do list and right now when I press on the add task button 2 inputs and 1 select element are being created and displayed on the page.I save the content and display it…