PRACTICE_CHALLENGE // Intermediate

Chunky Monkey

Description

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.

Solution Editor
Editor_Pane
Loading...
Console_Output
Waiting for output...