Skip to content

A function to split an array into smaller chunks.

Notifications You must be signed in to change notification settings

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