Keeping with with not-sexy streak, I built a mini Fibonacci function. I need to revisit it. I am sure I can do this starting with an array just of 0. I’ll call this mini Fibi. I started the array with 0 and 1 and took it to 100 values. That was easy.
My next challenge was remembering the various methods for strings and arrays. Honestly, who names these methods? Join() does not sound like something that turns an array into a string. Join(“, ”) doesn’t look joiny to me at all. Looks mighty separatey. And that, my liege, is why I’m doing this.
There’s nothing entertaining by looking at my JavaScript for this one, so I’ll leave you with a boop instead.
