issues
search
CRClothier
/
Super-List
1
stars
1
forks
source link
Milestone 2: Add and Remove tasks
#7
Closed
CRClothier
closed
2 years ago
CRClothier
commented
2 years ago
In this checkpoint I:
Removed all hardcoded items from the tasks array.
Created a new JavaScript file for the new functionality.
Implemented a function for adding a new task (add a new element to the array).
Implemented a function for deleting a task (remove an element from the array).
Implemented a function for editing task descriptions.
In this checkpoint I: