From 2a3c6d477419645c73d5277bce97a5640b4a9b2c Mon Sep 17 00:00:00 2001 From: PrajwalPatil1105 <117741580+PrajwalPatil1105@users.noreply.github.com> Date: Mon, 21 Apr 2025 12:37:57 +0530 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ae033426..da6e84b2 100644 --- a/index.js +++ b/index.js @@ -21,7 +21,7 @@ function logTaskState(taskIndex) { console.log(`${title} has${complete ? " " : " not "}been completed`); } -// DRIVER CODE BELOW +// DRIVER CODE BELOW IS ADDED newTask("Clean Cat Litter"); // task 0 newTask("Do Laundry"); // task 1