Javascript – how do I add the functionality to strike through the content in my To-Do-List?
I am creating a To-Do-List, using express and ejs. I want to add functionality in my To-Do-List that when I check the checkbox, I want that particular content striked-through. Firstly, I tried getting the value of the checkbox through body-parser,…