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

https://github.com/drewmoore/pro-js-challenges

Improve your JS game
https://github.com/drewmoore/pro-js-challenges

Last synced: about 2 months ago
JSON representation

Improve your JS game

Awesome Lists containing this project

README

          

# Pro JS Challenges
Improve your JS skills with these code challenges. Make these tests pass, but pro-style. The point isn't to write something that "just works" but to use the given guidelines in your implementation.

Topics Covered:
- Object assignment
- Asynchronicity
- Immutability
- Reducer functions
- Modern ECMA features

## Install Dependencies
```bash
npm ci
```

## Run Tests
```bash
npm test
```