Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAWEL BROILO I MODULE - DATA -GROUPS I SPRINT 1 #459

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PawelBroilo
Copy link

Learners, PR Template

Self checklist

  • [xx ] I have committed my files one by one, on purpose, and for a reason
  • [x ] I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
  • [x ] I have tested my changes
  • [x ] My changes follow the style guide
  • [x ] My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

@day-lee day-lee self-requested a review April 7, 2025 10:49
@day-lee
Copy link

day-lee commented Apr 7, 2025

Hi @PawelBroilo Please make sure to add needs review label when you request review so that you can get a quicker review.

@day-lee day-lee added Needs Review Participant to add when requesting review Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Participant to add when requesting review labels Apr 7, 2025
Copy link

@day-lee day-lee Apr 7, 2025

Choose a reason for hiding this comment

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

The file name doesn't match with the content. Test file should only contain the test suite. Is there a reason why you created a new Sprint 1 folder and files? It would be easier for you to code in the existing files in Sprint-1 folder.
Please write appropriate test cases.

@@ -0,0 +1,4 @@
function sum(elements) {
Copy link

Choose a reason for hiding this comment

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

Please complete sum function according to the instruction written in sum.test.js file

@@ -0,0 +1 @@
function dedupe() {}
Copy link

Choose a reason for hiding this comment

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

Please complete dedupe function according to the instruction written in dedupe.test.js file

@@ -0,0 +1,12 @@
// Refactor the implementation of includes to use a for...of loop

function includes(list, target) {
Copy link

Choose a reason for hiding this comment

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

Well done!

@day-lee day-lee added Reviewed Volunteer to add when completing a review and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewed Volunteer to add when completing a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants