Skip to content

London | May-26 | Liridona Shehu | Sprint 1 | Module-Data-Groups - #1268

Open
shehu-dona wants to merge 12 commits into
CodeYourFuture:mainfrom
shehu-dona:sprint-1
Open

London | May-26 | Liridona Shehu | Sprint 1 | Module-Data-Groups #1268
shehu-dona wants to merge 12 commits into
CodeYourFuture:mainfrom
shehu-dona:sprint-1

Conversation

@shehu-dona

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

A PR with implementing and rewrite tests.

@github-actions

This comment has been minimized.

@shehu-dona shehu-dona added 📅 Sprint 1 Assigned during Sprint 1 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. labels Jul 19, 2026
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 19, 2026
@github-actions

This comment has been minimized.

@shehu-dona shehu-dona changed the title LONDON | MAY-26 | LIRIDONA SHEHU | SPRINT-1 | MODULE-DATA-GROUPS LONDON | MAY-26 | LIRIDONA SHEHU | SPRINT 1 | MODULE-DATA-GROUPS Jul 19, 2026
@github-actions

This comment has been minimized.

@shehu-dona shehu-dona changed the title LONDON | MAY-26 | LIRIDONA SHEHU | SPRINT 1 | MODULE-DATA-GROUPS LONDON | MAY-26 | LIRIDONA SHEHU | Sprint 1 | MODULE-DATA-GROUPS Jul 19, 2026
@shehu-dona shehu-dona changed the title LONDON | MAY-26 | LIRIDONA SHEHU | Sprint 1 | MODULE-DATA-GROUPS London | May-26 | Liridona Shehu | Sprint 1 | Module-Data-Groups Jul 19, 2026
@shehu-dona shehu-dona added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 19, 2026
@LonMcGregor LonMcGregor added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Jul 27, 2026

@LonMcGregor LonMcGregor left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good work, some comments for improvements, but all tests pass

@@ -1 +1,5 @@
function dedupe() {}
function dedupe(elements) {
return Array.from(new Set(elements));

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good use of sets

Comment thread Sprint-1/implement/max.js Outdated
let filteredNumericValues = elements.filter((item) => Number.isFinite(item));
console.log(filteredNumericValues);

return Math.max(...filteredNumericValues);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Can you implement this without using built-in max?

@LonMcGregor LonMcGregor 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. Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Jul 27, 2026
@shehu-dona shehu-dona added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 27, 2026

@LonMcGregor LonMcGregor left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good work, this is complete now

@LonMcGregor LonMcGregor 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. Reviewed Volunteer to add when completing a review with trainee action still to take. labels Jul 28, 2026
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. Module-Data-Groups The name of the module. 📅 Sprint 1 Assigned during Sprint 1 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants