Skip to content

Commit d2329c1

Browse files
committed
fixing broken link on array-methods page
fixing broken link on array-methods page
1 parent 62226ef commit d2329c1

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="Arrow functions for the best"
420-
Remember [arrow functions](info:function-expression#arrow-functions)? We can use them here for neater sorting:
420+
Remember [arrow functions](info:function-expressions-arrows#arrow-functions)? We can use them here for neater sorting:
421421
422422
```js
423423
arr.sort( (a, b) => a - b );

0 commit comments

Comments
 (0)