Skip to content

JS array methods practice

Notifications You must be signed in to change notification settings

KryptonBD/Wealthology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JS Array Methods Practice

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