An open API service indexing awesome lists of open source software.

https://github.com/kryptonbd/wealthology

JS array methods practice
https://github.com/kryptonbd/wealthology

javascript javascript-array-methods

Last synced: about 2 months ago
JSON representation

JS array methods practice

Awesome Lists containing this project

README

          

## JS Array Methods Practice

## 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