Write a function that splits an array (first argument) into groups the length of size (second argument) and returns them as a two-dimensional array.
size
Remember to use Read-Search-Ask if you get stuck. Write your own code.
Here are some helpful links: