A TDD (Test Driven Development) approach for writing the Fibonacci Sequence, using JavaScript, Mocha, and Chai. This was done by first creating the tests for a feature, then writing the minimum code to pass the tests. The process was repeated for the remaining features.
- 32 Unit Tests
- Implementation of the Fibonacci Sequence
- JavaScript
- Mocha
- Chai