1、數組的創建方法
2、數組的轉換方法:toString toLocaleString valueOf
3、增刪:push() pop() shift() unshilt() concat() join()
4、splice()與slice()
5、查找:indexof() 與lastIndexof()
6、排序:sort
7、數組去重:
1)
2)
3)
4)ES6常用
5)