-
-
Notifications
You must be signed in to change notification settings - Fork 204
West Midlands | ITP-Sep-25 | Baba Yusuf | Sprint 1 | Module-data-groups/Sprint-1 #870
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
West Midlands | ITP-Sep-25 | Baba Yusuf | Sprint 1 | Module-data-groups/Sprint-1 #870
Conversation
…omprehensive tests
|
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Wrong number of parts separated by |s 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's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Wrong number of parts separated by |s 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's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Wrong number of parts separated by |s 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. |
1 similar comment
|
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Wrong number of parts separated by |s 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. |
| for (let index = 0; index < list.length; index++) { | ||
| const element = list[index]; | ||
| for (const element of list) { | ||
| if (element === 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.
does the test pass for this? This doesn't seem to return false in any case. And a test case is expecting a false.
|
Very well written. Just one comment on the refactor/include.js file. |
|
@tenzyns , may I ask for your feedback on the updated response please? Thank you. |
|
Looks good. ✔️ |
Learners, PR Template
Self checklist
Changelist
This PR contains the completest tasks for Sprint-1. Tasks: Fix, Implement & Refactor have been completed.