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

https://github.com/dperrymorrow/js-play

a little javascript task
https://github.com/dperrymorrow/js-play

Last synced: 8 months ago
JSON representation

a little javascript task

Awesome Lists containing this project

README

          

# js-play
a little javascript task for working with Arrays and Objects.
Make the tests pass by filling out the `index.js` file's methods.

```
git clone https://github.com/dperrymorrow/js-play.git
cd js-play
npm i
npm run test
```

Once you have finished your solution please send over the contents of [`index.js`](https://github.com/dperrymorrow/js-play/blob/master/index.js) via a [gist](https://gist.github.com/) to david.morrow@welocalize.com for review
thanks!