BigBinary Academy
JavaScript
Exercises Set 8
50.7
Search
Assessment
50.7
Return object with issues grouped by severity
Return object with issues grouped by severity.
Input will be list of issues.
Issue will contain a key
severity
with string value.
Return an object with
severity
as key and list of assignees as value.
Previous
Next