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
- Host: GitHub
- URL: https://github.com/drewmoore/pro-js-challenges
- Owner: drewmoore
- Created: 2020-12-08T16:16:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T13:18:52.000Z (over 5 years ago)
- Last Synced: 2025-01-16T15:37:04.501Z (over 1 year ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```