keys() to get the keys of both objects, create a Set from them and use the spread operator ( ... ) to create an array of all the unique keys.
確定! 回上一頁