Birmingham | 26-ITP-May | Gabriel Pawuoi | Sprint 1 | Max - #1400
Birmingham | 26-ITP-May | Gabriel Pawuoi | Sprint 1 | Max#1400KhotKeys wants to merge 2 commits into
Conversation
|
See my comment on #1398 |
|
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. |
1 similar comment
|
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
Implemented the findMax function that filters out non-numeric values and returns the largest number using Math.max.
Added tests covering an empty array, single number, positive and negative numbers, decimals, mixed types, and all non-numbers.