concat creates a new array instead of mutating the existing array. Whereas push mutate the array and add it to the existing array.
確定! 回上一頁