Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonreshetov/js-challenges
Learn JS by solving coding exercises.
https://github.com/antonreshetov/js-challenges
challenges exercises javascript
Last synced: about 2 months ago
JSON representation
Learn JS by solving coding exercises.
- Host: GitHub
- URL: https://github.com/antonreshetov/js-challenges
- Owner: antonreshetov
- License: mit
- Created: 2022-09-14T14:30:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T23:28:15.000Z (over 2 years ago)
- Last Synced: 2024-05-21T07:12:59.168Z (8 months ago)
- Topics: challenges, exercises, javascript
- Language: JavaScript
- Homepage:
- Size: 535 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript challenges
Learn JS by solving coding exercises.
![](./hero.png)
## Get Started
```sh
# Install dependencies
npm install
# or
pnpm install# Start challenge /
npm run c basics/01# Start solution /
npm run c basics/01 -- -s
```## Roadmap
- Collecting different exercises
- Advanced level## Credits
- [Erik Kückelheim](https://www.erik-kueckelheim.com)
- Others free sources## Licence
[MIT](https://github.com/antonreshetov/js-challenges/blob/master/LICENSE)
Copyright (c) 2022-present, [Anton Reshetov](https://github.com/antonreshetov)