https://github.com/obrm/datamassage
https://github.com/obrm/datamassage
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/obrm/datamassage
- Owner: obrm
- Created: 2023-01-22T06:54:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T12:16:03.000Z (over 3 years ago)
- Last Synced: 2025-09-08T07:41:04.036Z (10 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Data Massage
In this repository you will find 3 files:
* 1_data_massage.js
* 2_star_wars.js
* 3_nasa.js
In each file there is a data variable that holds the data regarding the exercises you need to do. The difficulty level of the exercises is increasing from exercise to exercise. Try to complete as many exercises as you can.
You can use sort, map, filter, forEach, find, reduce, flat, some, Object.entries, Object.keys, for loops, for of loops, if else statements, and any other method you see as suitable for completing the tasks at hand.
### GOOD LUCK!