题解 | #新数组#

新数组

http://www.nowcoder.com/practice/bee781a51bc944bbad20f3c2ca798890

 const _delete = (array,index) => {
 // 补全代码
   var newArr=JSON.parse(JSON.stringify(array))
   newArr.splice(index,1)
   return newArr
 }
全部评论

相关推荐

评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务