It is called an array and is written as a list of values between square brackets, ... let objectA = {a: 1, b: 2}; Object.assign(objectA, {b: 3, c: 4}); ...
確定! 回上一頁