Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)