const fibonacci = function(number) { console.log(number) if (typeof number == "string") { number = parseInt(number) } const array = [] for (i=0; i