Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 419 Bytes

File metadata and controls

14 lines (10 loc) · 419 Bytes

DOM Array Methods

Project to practice high order array methods and DOM manipulation

DOM Array Methods

Project Specifications

  • Fetch random users from the randomuser.me API
  • Use forEach() to loop and output user/wealth
  • Use map() to double wealth
  • Use filter() to filter only millionaires
  • Use sort() to sort by wealth
  • Use reduce() to add all wealth