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 📝
- Host: GitHub
- URL: https://github.com/pustur/edabit-js-challenges
- Owner: Pustur
- License: mit
- Created: 2019-09-24T16:29:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T19:54:29.000Z (over 3 years ago)
- Last Synced: 2025-06-04T10:11:27.561Z (8 months ago)
- Topics: challenge, code-challenge, edabit, javascript, solutions
- Language: JavaScript
- Homepage: https://edabit.com
- Size: 1.3 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)