TheOdinProject/javascript-exercises

String test case in the fibonnaci module errorneosly uses 21 instead of 1

Closed this issue · 1 comments

The fibonnaci module tests 21 to be the return value of the function in case a string "8" is given which isn't consistent with the other tests which tests 1 as the return value when a string is given as input to the function.