Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 309 Bytes

readme.md

File metadata and controls

6 lines (5 loc) · 309 Bytes

#Tasks

  • Use Array.reduce to find the average intelligance of all the heros.
  • Use Array.filter create a list of male heros and a list of female heros
  • Use Array.sort to order the hero list by strength
  • Use Array.map to simplify the hero object to just name, profileImg, strength, speed, weight, and height