Arrays everywhere! Why?! Well, arrays are pretty useful actually. In any case, today’s exercise, largest numbers in arrays, will require some more array intricacies in order to write a function that takes an array with several […]
Tag: Solutions
FCC Bonfire Series 104: Factorialize a Number
Things are starting to GET (-unfunny reference-) interesting little by little. This time, we must write a function that takes a number, and returns the result of factorializing said number, welcome to: factorialize a number. (It’s factorize, […]
FCC Bonfire Series 101 + 102: Meet Bonfire
Free Code Camp is great, and we all love it. The FCC Bonfire Series will go through every algorithm practice exercise proposed by FCC one at a time, explaining the solution thoroughly so we all […]