Skip to content

Commit 02edca1

Browse files
authored
Update article.md
1 parent 2e789b0 commit 02edca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/05-array-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ alert(arr); // *!*1, 2, 15*/!*
417417
````
418418

419419
````smart header="箭头函数最好"
420-
[箭头函数](info:function-expression#arrow-functions)还记得吗?这里使用箭头函数会更加简洁:
420+
[箭头函数](info:arrow-functions-basics) 还记得吗?这里使用箭头函数会更加简洁:
421421
422422
```js
423423
arr.sort( (a, b) => a - b );

0 commit comments

Comments
 (0)