const toDoForm = document.querySelector(".todo__form"), toDoInput = document.querySelector(".todo__input"); const toDoArray = []; functio