FCC Bonfire Series 112: Chunkey Monkey

This time, we’ll be solving Chunkey Monkey! We’ll have to write a function that takes an array and a number. The function must split the array in chunks the length of the second argument, and […]