Skip to content
Subhajit Sahu edited this page Jun 11, 2020 · 11 revisions

Breaks object into chunks of given size. 🏃 📼 📦 🌔 📒

object.chunk(x, [n], [s]);
// x: an object
// n: chunk size (1)
// s: chunk step (n)
Clone this wiki locally