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
- Host: GitHub
- URL: https://github.com/dperrymorrow/js-play
- Owner: dperrymorrow
- License: mit
- Created: 2019-07-24T17:56:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T20:50:35.000Z (almost 5 years ago)
- Last Synced: 2025-03-15T11:12:45.398Z (about 1 year ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!