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

https://github.com/obrm/datamassage


https://github.com/obrm/datamassage

Last synced: 4 months ago
JSON representation

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!