export function fibonacci(value) { // implementar logica aqui const arr = [0, 1] for(let i = 1; i