From 20ce01c0c77c06fe31446fc486f9dca720ea256f Mon Sep 17 00:00:00 2001 From: Angela McLeary Date: Mon, 23 Mar 2026 00:42:56 +0000 Subject: [PATCH 1/2] update implementation index.html and script.js with delete button --- Sprint-3/todo-list/index.html | 5 +++- Sprint-3/todo-list/script.mjs | 39 +++++++++++++++++++++++-------- Sprint-3/todo-list/todos.mjs | 10 ++++++++ Sprint-3/todo-list/todos.test.mjs | 18 ++++++++++++++ 4 files changed, 61 insertions(+), 11 deletions(-) diff --git a/Sprint-3/todo-list/index.html b/Sprint-3/todo-list/index.html index 4d12c4654..ea6a06f85 100644 --- a/Sprint-3/todo-list/index.html +++ b/Sprint-3/todo-list/index.html @@ -20,7 +20,10 @@

My ToDo List

- + - Delete completed tasks - + +