Let's Code - Challenges - Chunk Array with #Javascript

preview_player
Показать описание

Example:
Input: arr = [1,2,3,4,5], size = 1
Output: [[1],[2],[3],[4],[5]]
Explanation: The arr has been split into subarrays each with 1 element.
Рекомендации по теме
visit shbcf.ru