I want to develop a function that receives many strings, maybe 10.000 records and split all values in small arrays with maximum size of 200 records per array, so in this case i want to develop a function that returns 50 arrays with 200 records
Is there any standard lib or a good way to do that in javascript?
Via Active questions tagged javascript - Stack Overflow https://ift.tt/XYsceB0
Comments
Post a Comment