dragi-ns

Results 1 issues of dragi-ns

Current fibonacci solution returns `1` instead of `0` when passed `"0"`, because it uses strict equality. https://github.com/TheOdinProject/javascript-exercises/blob/8150be944bc01cb3bea5b50a760ae88e405693c1/fibonacci/fibonacci.js#L3 I'm opening this issue because tests state that the function should accept a...