Order matters: the object spread operator will overwrite properties that are defined before it, but not after. const obj = { a: 'a', b: 'b', c: ...
確定! 回上一頁