Skip to content

Birmingham | 26-ITP-May | Gabriel Pawuoi | Sprint 3 | Implement todo-list - #1416

Open
KhotKeys wants to merge 1 commit into
CodeYourFuture:mainfrom
KhotKeys:sprint-3-todo-list
Open

Birmingham | 26-ITP-May | Gabriel Pawuoi | Sprint 3 | Implement todo-list#1416
KhotKeys wants to merge 1 commit into
CodeYourFuture:mainfrom
KhotKeys:sprint-3-todo-list

Conversation

@KhotKeys

@KhotKeys KhotKeys commented Aug 9, 2026

Copy link
Copy Markdown

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

  • Implemented addTask to append a new task object to the todos array, deleteTask to remove a task by index if it exists, and toggleCompletedOnTask to flip the completed boolean on a valid task.

  • All three functions handle out-of-range indices gracefully without throwing errors or modifying the array.

@KhotKeys KhotKeys added 🏕 Priority Mandatory This work is expected 📅 Sprint 3 Assigned during Sprint 3 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Aug 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. 🏕 Priority Mandatory This work is expected 📅 Sprint 3 Assigned during Sprint 3 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant