What I need is to get all the arrays that are returning to me, and separate them into groups of 5 and the rest into a separate group. In the example I'm going to paste, I have two arrays
Array1 = [1,2,3,4,5,6],
Array2 = [1,2,3]
I need to a...
asked by
23.08.2018 / 19:06