FreeCodeCampChina / freecodecamp.cn

FCC China open source codebase and curriculum. Learn to code and help nonprofits.

Home Page:https://fcc.asia/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seek and Destroy bug

lzq075 opened this issue · comments

function destroyer(arr) {
// 请把你的代码写在这里
return arr;
}

destroyer([1, 2, 3, 1, 2, 3], 2, 3);
这个的意思事方法都要改吗