In this program merged two array and then sorted using temp.but this not correct method.because two array are sorted ,so method should be unique i.e. merging of two sorted i
I needed it so implemented my ownn
mergesortedarray(a, b) { let c = new Array(a.length+b.length); for(let i=0, j=0, k=0; i