编辑代码

const arr = [1,2,3];
arr.push(4,5);
console.log(arr);