From db6009ea6d9d584e151c9f9167704d749433123b Mon Sep 17 00:00:00 2001 From: hubertcarvalho <56918007+hubertcarvalho@users.noreply.github.com> Date: Wed, 23 Oct 2019 18:57:52 +0530 Subject: [PATCH] dismissal alert --- Todo App/script1.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Todo App/script1.js b/Todo App/script1.js index 4ab9136..1e8b7af 100644 --- a/Todo App/script1.js +++ b/Todo App/script1.js @@ -13,7 +13,14 @@ removeButton.addEventListener('click', removeItem); var removeAllButton = document.getElementById('removeAll'); removeAllButton.addEventListener('click', removeAllItem); - +//added dismissal card + + function addItem (){