In this project, we'll build a to-do list app that allows users to add, remove, and mark tasks as completed.
const num1 = document.getElementById("num1"); const num2 = document.getElementById("num2"); const addButton = document.getElementById("add"); const subtractButton = document.getElementById("subtract"); const multiplyButton = document.getElementById("multiply"); const divideButton = document.getElementById("divide"); const result = document.getElementById("result"); In this project, we'll build a to-do list