This method merges arr1 and arr2 into a single array in alternating order. If arr1 and arr2 do not have the same amount of values, the extra values are just appended to the end of the array returned...