题解 | #添加元素#
添加元素
https://www.nowcoder.com/practice/941bcfa5b87940869fda681c1597fd3a
function insert(arr, item, index) {
let newArr = arr.concat();
newArr.splice(index,0,item);
return newArr;
}
添加元素
https://www.nowcoder.com/practice/941bcfa5b87940869fda681c1597fd3a
function insert(arr, item, index) {
let newArr = arr.concat();
newArr.splice(index,0,item);
return newArr;
}
相关推荐
redf1sh:让他从工作软件上问问题,举报你态度不好就甩聊天记录。一切工作要留痕