Skip to content

Commit

Permalink
feat: 数组方法
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooo-star committed Aug 20, 2024
1 parent 897e42b commit f9ec332
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/javascript/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ console.log(arr); // [1, 2, 3, 4, 5]
2. push
3. shift
4. unshift
5. slice
6. splice
7. sort
8. reverse
5. splice
6. sort
7. reverse

0 comments on commit f9ec332

Please sign in to comment.