TDD JavaScript implementation of Fibonacci series function.
This project demonstrates a Test-Driven Development (TDD) approach to writing a JavaScript function to calculate a given element of the Fibonacci sequence.
Firstly, fork this repo. Clone it to your local machine, and then run npm install
.
And secondly, step through the slides at mcalthrop.github.io/tdd-fibonacci, modifying your cloned repo as you go.
The following tools are used: