tanzhouzhou
tanzhouzhou
题解
题解 | #新数组#
全部文章
题解
归档
标签
去牛客网
登录
/
注册
题解 | #新数组#
487 浏览
0 回复
2022-04-23
tanzhouzhou
+关注
新数组
http://www.nowcoder.com/practice/bee781a51bc944bbad20f3c2ca798890
简洁~
const _delete = (array,index) => { return array.filter((n,i) => i!=index) }
HTML/CSS/JavaScript
举报
收藏
赞 20
评论加载中...