ES2019 新特性

在ES2017中,引入了Object.entries来把Object转成数组,以下:javascript let students = { amelia: 20, beatrice: 22, cece: 20, deirdre: 19, eloise: 21 } Object.entries(students) // [ // [ 'amelia', 20 ], // [
相关文章
相关标签/搜索