Sheffield | 26-ITP-jan | Richard Frimpong | Sprint 1 | Data Groups Implement#1003
Sheffield | 26-ITP-jan | Richard Frimpong | Sprint 1 | Data Groups Implement#1003Richiealx wants to merge 1 commit intoCodeYourFuture:mainfrom
Conversation
|
Trainees are expected to create one PR per backlog (instead of per folder). Can you combined your Sprint-1 PRs into one PR, and close the unnecessary ones? |
|
Your PR couldn't be matched to an assignment in this module. Please check its title is in the correct format, and that you only have one PR per assignment. If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). If this PR needs reviewed, please add the 'Needs Review' label to this PR after you have resolved the issues listed above. |
|
Your PR couldn't be matched to an assignment in this module. Please check its title is in the correct format, and that you only have one PR per assignment. If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). If this PR needs reviewed, please add the 'Needs Review' label to this PR after you have resolved the issues listed above. |
Learners, PR Template
Self checklist
Changelist
This pull request contains my solutions for the Sprint 1 - Implement exercises in the Module Data-Groups.
Implemented functions
I implemented the required functions in the following files:
Sprint-1/implement/sum.jsSprint-1/implement/max.jsSprint-1/implement/dedupe.jsThese functions perform the following tasks:
Corresponding test cases were completed in:
sum.test.jsmax.test.jsdedupe.test.jsTesting
All tests were run locally using:
cd Sprint-1
npm test -- implement
All tests passed successfully.