高級之路篇十九:ES6之數組api

1、map

2、for....of....

3、includes

4、Array.from()

5、find()、findIndex()、indexOf、lastIndexOf

6、Array.isArray()

7、filter

8、every

9、some

10、reduce

11、reduceRight

12、fill

13、copyWithin

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章