issues
search
nss-day-cohort-52
/
nashville-kennels-frosty-narwhals
nashville-kennels-frosty-narwhals created by GitHub Classroom
0
stars
0
forks
source link
Show animal and employee count for locations
#15
Closed
stevebrownlee
closed
3 years ago
stevebrownlee
commented
3 years ago
None
JMR-dev
commented
3 years ago
Use .filter on animals array to filter by location
Use .length on the returned array to obtain the number of animals at a given location
Repeat the process for the employeeLocations array
Complexity - 13
None