Html – How do I delete a certain task after a complete button from that same task is deleted?
I'm making a task management system, but I can't seem to figure out how to check if a specific button was pressed from a task, and delete that same task with the button that was pressed. document.addEventListener("DOMContentLoaded", function() { console.log("1");…