-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
base: main
Are you sure you want to change the base?
Conversation
Hi @PawelBroilo Please make sure to add |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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() {} |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done!
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.