function fibonacci(n){ const fib = [0,1]; for(let i = 2 ; i