If I have two arrays: [1,3,4,5,6] and [4,5,3,2,1] how do I add them into one single array while keeping the original size so that I would get the output [5,8,7,7,7], for example