ES2019 新特性

在ES2017中,引入了Object.entries來把Object轉成數組,以下:javascript let students = { amelia: 20, beatrice: 22, cece: 20, deirdre: 19, eloise: 21 } Object.entries(students) // [ // [ 'amelia', 20 ], // [
相關文章
相關標籤/搜索