Skip to content

eduardomcv/chunk-array

Repository files navigation

A function to split an array into smaller chunks (sub-arrays).

Usage

chunkArray(array, 2) - Returns a new array of chunks (sub-arrays) of size 2.

About

A function to split an array into smaller chunks.

Topics

Resources

Stars

Watchers

Forks