I have an array like this
var arr = ['2021-07-09T00:00:00Z','9242.80','4316.91','32557.90','14687.00','2021-07-10T00:00:00Z','9242.80','4316.91','32557.90','14687.00','2021-07-11T00:00:00Z','9242.80','4316.91','32557.90','14687.00','2021-07-12T00:00:00Z','9242.80','4316.91','32557.90','14687.00']
I'd like to make 4 different arrays from this one array (either by the date or the order of the items (so after every 5 items it creates a new array. I haven't been able to work it out even after searching. Could someone please point me in the right direction?