HTMLify
readme.md
Views: 8 | Author: cody
1 2 3 4 5 6 7 8 9 10 11 12 | ## DOM Array Methods Project to teach high order array methods and DOM manipulation ## Project Specifications - Fetch random users from the [randomuser.me](https://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 |