Return Largest Numbers in Arrays
This blog explains my solution to Return Largest Numbers in Arrays, a Bonfire exercise from Free Code Camp. The goal of this exercise is to make an array that combines the largest number of each sub-array. This might be useful if you’re creating a list of the top scores made by football teams in a league…