Ajouter un tableau dans le tableau

const all_arrays = first_array.concat(second_array, third_array)
bilalahmed_dev