I know my looping is correct, but it always returns the last number twice for some reason and idk why.
function fibonacci(number) { if (number === 0) {