Skip to content

Manchester | 26-ITP-May | Monsur Abdulrahman | Sprint 1 | Module-data-groups - #1358

Open
Monsur0001 wants to merge 5 commits into
CodeYourFuture:mainfrom
Monsur0001:sprint-1
Open

Manchester | 26-ITP-May | Monsur Abdulrahman | Sprint 1 | Module-data-groups#1358
Monsur0001 wants to merge 5 commits into
CodeYourFuture:mainfrom
Monsur0001:sprint-1

Conversation

@Monsur0001

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

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer. You must remove this section if you have no questions.

@github-actions

This comment has been minimized.

@Monsur0001 Monsur0001 added 📅 Sprint 1 Assigned during Sprint 1 of this module Module-Data-Groups The name of the module. NotCoursework Not coursework - used for curriculum development work. Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Aug 1, 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 so far, one suggestion to work on

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

A set is a good construct to use here

Comment thread Sprint-1/implement/max.js
}

// Using Math.max to find the maximum value in the numeric elements
return Math.max(...numericElements);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Do you think you could try to implement this without using the 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. labels Aug 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Module-Data-Groups The name of the module. NotCoursework Not coursework - used for curriculum development work. Reviewed Volunteer to add when completing a review with trainee action still to take. 📅 Sprint 1 Assigned during Sprint 1 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants