First of all i needed to read a human function to fibonacci sequence. The Fibonacci sequence is a set of numbers that starts with a one or a zero, followed by a one, and proceeds based on the rule ...
What is this project about? This project demonstrates a Test-Driven Development (TDD) approach to writing a JavaScript function to calculate a given element of the Fibonacci sequence.