Javascript – how can we use spread operator for array in angular?
take the two variables a and b as a two different arrays the variable c shows the output in only one array that means this method merges the two or more arrays into a single array let a=[a,b]; let b=[c,d];…