JavaScript's new spread syntax provides a concise way to combine two objects into a new POJO: `js let a = { a: 1 } let b = { b: 2 } let c ...
確定! 回上一頁