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.
javascript freecodecamp freecodecamp-challenge freecodecamp-algorithms chunky-monkey javascript-chunky-monkey
-
Updated
Mar 20, 2023 - JavaScript