Skip to content

Commit

Permalink
fix: restructure contents
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Oct 18, 2023
1 parent dadc43b commit 4909649
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/Contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pageNumber: V
chapter:
---

### Project Admin
### Maintainer
---

<table>
Expand All @@ -19,7 +19,7 @@ chapter:
</table>


### OUR VALUABLE CONTRIBUTORS
### Contributors
---

[![](https://contributors-img.web.app/image?repo=sumn2u/learn-javascript)](https://github.com/sumn2u/learn-javascript/graphs/contributors)
Expand Down
3 changes: 3 additions & 0 deletions en/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [Replace](strings/replace.md)
- [Length](strings/length.md)
- [Concatenation](strings/concat.md)
- [Split](strings/split.md)
- [Conditional Logic](conditional/README.md)
- [If](conditional/if.md)
- [Else](conditional/else.md)
Expand All @@ -36,6 +37,8 @@
- [For Each](arrays/for-each.md)
- [Sort](arrays/sort.md)
- [Indices](arrays/indices.md)
- [Reverse](arrays/reverse.md)
- [Slice](arrays/slice.md)
- [Loops](loops/README.md)
- [For](loops/for.md)
- [While](loops/while.md)
Expand Down

1 comment on commit 4909649

@vercel
Copy link

@vercel vercel bot commented on 4909649 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.