https://github.com/krondorl/recursive
Recursive JavaScript practice with TDD
https://github.com/krondorl/recursive
Last synced: 4 months ago
JSON representation
Recursive JavaScript practice with TDD
- Host: GitHub
- URL: https://github.com/krondorl/recursive
- Owner: krondorl
- Created: 2018-04-06T11:01:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T12:18:56.000Z (over 1 year ago)
- Last Synced: 2023-12-20T16:54:06.218Z (over 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recursive JavaScript practice with TDD
These are algorithms, which are using recursion. They also use unit testing with Tape JS.
1. Install
`npm install tape`
2. Run
`node recursive-test.js`