Skip to content

West Midlands | 26-Jan-ITP | Fida Ali Zada | Sprint 3 | To-Do List App#1037

Closed
alizada-dev wants to merge 3 commits intoCodeYourFuture:mainfrom
alizada-dev:sprint3/todo-list
Closed

West Midlands | 26-Jan-ITP | Fida Ali Zada | Sprint 3 | To-Do List App#1037
alizada-dev wants to merge 3 commits intoCodeYourFuture:mainfrom
alizada-dev:sprint3/todo-list

Conversation

@alizada-dev
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

@alizada-dev alizada-dev added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Mar 18, 2026
Copy link
Copy Markdown
Contributor

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Code looks good. Well done.

  • Including a short summary of what you've changed or implemented in the Changelist section of the PR description could help reviewers better understand what to expect from this PR.

Comment on lines +144 to +151
const todos = [
{ task: "", completed: false },
{ task: "Task 2 description", completed: false },
];
const todosBeforeDeletion = [
{ task: "Task 1 description", completed: false },
{ task: "Task 2 description", completed: false },
];
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two arrays are not identical.

@cjyuan cjyuan added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Mar 26, 2026
@illicitonion
Copy link
Copy Markdown
Member

Closing PR because the January ITP run has finished. Feel free to re-open if you're still working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants