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