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

https://github.com/pustur/edabit-js-challenges

Solutions for JavaScript challenges on Edabit 📝
https://github.com/pustur/edabit-js-challenges

challenge code-challenge edabit javascript solutions

Last synced: 7 months ago
JSON representation

Solutions for JavaScript challenges on Edabit 📝

Awesome Lists containing this project

README

          

# Edabit JavaScript Challenges

> Solutions for JavaScript challenges on Edabit 📝

This repository contains my solutions to some of the JavaScript challenges found on [edabit.com](https://edabit.com)

## Technologies

- Testing: [Jest](https://jestjs.io/)
- Code formatting: [Prettier](https://prettier.io/)
- Linting: [ESLint](https://eslint.org/) (with [Airbnb rules](https://www.npmjs.com/package/eslint-config-airbnb-base))

## License

[MIT](LICENSE)