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
- Host: GitHub
- URL: https://github.com/kryptonbd/wealthology
- Owner: KryptonBD
- Created: 2020-11-15T05:40:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T05:41:43.000Z (almost 5 years ago)
- Last Synced: 2025-08-31T06:43:01.683Z (2 months ago)
- Topics: javascript, javascript-array-methods
- Language: JavaScript
- Homepage: https://kryptonbd.github.io/Wealthology/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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