javascript - Split array into chunks

preview_player
Показать описание
#short
#javascript
#arrays
#split
Let's say that I have an Javascript array looking as following:
["Element 1","Element 2","Element 3",...]; // with close to a hundred elements.

What approach would be appropriate to chunk (split) the array into many smaller arrays with, lets say, 10 elements at its most?
Рекомендации по теме