Skip to content

London | 26-ITP-Jan | Miriam Jorna | Sprint 2 | Data Groups#1190

Open
miriamjorna wants to merge 7 commits intoCodeYourFuture:mainfrom
miriamjorna:DataGroupsSprint2
Open

London | 26-ITP-Jan | Miriam Jorna | Sprint 2 | Data Groups#1190
miriamjorna wants to merge 7 commits intoCodeYourFuture:mainfrom
miriamjorna:DataGroupsSprint2

Conversation

@miriamjorna
Copy link
Copy Markdown

@miriamjorna miriamjorna commented Apr 10, 2026

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

Coursework for Sprint 2.
My mojo went MIA but I've found it back!

@miriamjorna miriamjorna added 📅 Sprint 2 Assigned during Sprint 2 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Module-Data-Groups The name of the module. Core This is a core task and should be completed by all trainees labels Apr 10, 2026
Comment thread Sprint-2/implement/contains.test.js
Comment thread Sprint-2/implement/querystring.js
Comment thread Sprint-2/implement/tally.js
@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 11, 2026
@miriamjorna miriamjorna added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Apr 16, 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.

Other changes are good.

Comment thread Sprint-2/implement/tally.js Outdated
Comment on lines +6 to +11
for (const item of arr) {
if (Object.hasOwn(result, item)) {
result[item]++;
} else {
result[item] = 1;
}
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.

Indentation is off.

Have you installed the prettier VSCode extension and enabled "Format on save/paste" on VSCode,
as recommended in
https://github.com/CodeYourFuture/Module-Structuring-and-Testing-Data/blob/main/readme.md
?

If you have successfully setup VSCode, you won't need to worry about manual indentation or trailing space.

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.

Thank you, this one is now also Prettified :)

@cjyuan cjyuan removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Apr 16, 2026
@miriamjorna miriamjorna added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Module-Data-Groups The name of the module. labels Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Core This is a core task and should be completed by all trainees Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Reviewed Volunteer to add when completing a review with trainee action still to take. 📅 Sprint 2 Assigned during Sprint 2 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants