Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kolodny/exercises
Some basic javascript coding challenges and interview questions
https://github.com/kolodny/exercises
Last synced: 15 days ago
JSON representation
Some basic javascript coding challenges and interview questions
- Host: GitHub
- URL: https://github.com/kolodny/exercises
- Owner: kolodny
- Created: 2015-04-14T19:07:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T15:02:39.000Z (about 7 years ago)
- Last Synced: 2024-01-25T03:03:50.594Z (10 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 4,194
- Watchers: 101
- Forks: 741
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-JavaScript-Interviews - javascript-Exercises
README
[![Gitter][gitter-image]][gitter-url]
These are some basic (and advanced) coding challenges
Here's the basic workflow:
```bash
[~] $ git clone https://github.com/kolodny/exercises
[~] $ cd exercises
[exercises] $ npm install
[exercises] $ cd debounce
[debounce] $ vi index.js
[debounce] $ npm test
```
This uses a basic TDD approach so take a look at the test.js file in each directory to see what needs to be implemented, write an index.js as the solution file### Contributing
Pull requests welcome, please follow the basic workflow:
1. Make a folder
2. Copy a package.json from a sibling folder
3. Make a test.js file
4. Optionally provide a README.md[gitter-image]: https://badges.gitter.im/Join%20Chat.svg
[gitter-url]: https://gitter.im/kolodny/exercises