Skip to content

London | 26-ITP-JAN | Asha Ahmed | Sprint 2 | Data Groups - #1127

Closed
ashaahmed7 wants to merge 17 commits into
CodeYourFuture:mainfrom
ashaahmed7:sprint-2
Closed

London | 26-ITP-JAN | Asha Ahmed | Sprint 2 | Data Groups#1127
ashaahmed7 wants to merge 17 commits into
CodeYourFuture:mainfrom
ashaahmed7:sprint-2

Conversation

@ashaahmed7

@ashaahmed7 ashaahmed7 commented Mar 28, 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

Completed the exercises in each directory on Sprint 2

Questions

N/A

@ashaahmed7 ashaahmed7 added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Mar 28, 2026
Comment thread Sprint-2/debug/recipe.js Outdated
Comment thread Sprint-2/implement/contains.js Outdated
Comment on lines +6 to +12
for (let key in object) {
if (key === name) {
return true;
}
}

return 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.

Can also considered Object.hasOwn().

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Changes made

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.

Note: They are not entirely equivalent. You can explore their difference when you have time since it is a bit advanced for ITP.

Comment thread Sprint-2/implement/contains.test.js
Comment thread Sprint-2/implement/tally.js Outdated
@cjyuan cjyuan added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Apr 1, 2026
@ashaahmed7 ashaahmed7 added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Apr 16, 2026
@cjyuan

cjyuan commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

Changes look good.

@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 Apr 16, 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