I have 2 arrays as shown, now I want the less data array (specifically 2) to have the same amount as the 2 arrays above (23), how should I handle it?
The result I want should look something like this
[1,2,3,4,5,6,7,8,9,10]
["","","","",5,6,7,8,9,10]
thanks for help
