My To Do List
- How would you modify the code to cross out each item in the to do list when the user clicks the button?
- You (or your boss) just changed their mind -- How would you modify the code to delete the entire entry (row) when each button is clicked?
- Is there a better way?
Main points:
- If you are are copying and pasting when writing code, there is a better way.
- Loops and functions make code easier to modify and maintain.