(自用面试题)Object有哪些新增的API?

61 阅读1分钟
  1. Object.is()
  2. Object.assign()
  3. Object.values()
  4. Object.entries()