I have array data like these. const dataSample = [ { "staff": 1000, "name": "Apple", "logo_url": "biten apple", "down":"yes" },
This question has been asked many times, but I can't get it working. I have two arrays, the first one is: first= [ { id:1, descrizione: "Oggetto
Here this function in PHP that allows to merge any N amount of different length arrays in a fashion that output array will be in next order: Array1[0],Array2[0]