push()向后增加(会改变原始数组)可添加多个
unshift向前追加(会改变原始数组)可添加多个
pop()删除最后一个成员(会改变原始数组)
shift()删除数组的第一个成员(会改变原始数组)
concat()链接多个数组不影响原始数组返回新数组
join("分隔符")将数组分割成字符串不影响原数组
reverse()反转数组的顺序 会改变原始数组
sort默认排序会改变原始数组
.i...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《js》 | 715字 | 8.0分钟 | 99% | 96 CPM | 19 次 | 10 | 不及格,加强练习! |
The wrong word this time: 链, ,其,标,时,间,击,事,件,指 | |||||||
Inspirational quotes: 一切都是命运,一切都是烟云,一切都是没有结局的开始,一切都是稍纵即逝的追寻。 ——北岛 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |