提交 4b2c60c3 编写于 作者: M mahaifeng

[array]去除手动生成的代码(去掉方法下面的示例代码)

上级 34766f50
......@@ -182,7 +182,6 @@ export function testArray() : Result {
const array2 : number[] = [1, 2, 3];
array2.filter((element : number, index : number, array : number[]) : boolean => {
expect(array[index]).toEqual(element);
console.log(array[index])//1=>2=>3
return true;
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册