... object instead of a map. Object.entries made it easy to convert objects into maps: const object = { language: 'JavaScript', coolness: 9001 } ...
確定! 回上一頁