From c0d464482cf95ef9accc307fbd3d50f470e0f1e8 Mon Sep 17 00:00:00 2001 From: hazeenahussain Date: Fri, 22 Jul 2022 17:00:15 +0530 Subject: [PATCH] new cmd hazeena --- js/main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/main.js b/js/main.js index ba92df2..2cc53fe 100644 --- a/js/main.js +++ b/js/main.js @@ -21,8 +21,8 @@ function showTasksList() {
-
You have nothing task today!
-
Enter your tasks today above.
+
You have nothing task today....hazeena changess.!
+
Enter your tasks today above......
` @@ -84,7 +84,7 @@ function addTask(event) { localStorage.setItem("tasks", JSON.stringify(list)) addTaskInput.value = "" - showNotification("success", "Task was successfully added") + showNotification("success", "Task was successfully added....ok") showTasksList() }