Skip to content

Commit 9faf91d

Browse files
committed
add bonus section to chapters
1 parent 678a0f4 commit 9faf91d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

en/SUMMARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,17 +135,17 @@
135135
- [Arrow Functions](es6-concepts/arrow-functions.md)
136136
- [Destructuring](es6-concepts/destructuring.md)
137137
- [Template Literals](es6-concepts/template-literals.md)
138-
- [Animation Resources](animation-resources/README.md)
138+
- [Animation Resources (Bonus Section)](animation-resources/README.md)
139139
- [GSAP](animation-resources/gsap.md)
140140
- [Anime JS](animation-resources/animejs.md)
141141
- [Three JS](animation-resources/threejs.md)
142142
- [Velocity JS](animation-resources/velocityjs.md)
143143
- [React Spring](animation-resources/react-spring.md)
144144
- [Framer Motion](animation-resources/framer-motion.md)
145-
- [Complexity](complexity/README.md)
145+
- [Complexity (Bonus Section)](complexity/README.md)
146146
- [Space Complexity](complexity/space-complexity.md)
147147
- [Time Complexity](complexity/time-complexity.md)
148-
- [JavaScript Behind the Scenes](behind-scenes/README.md)
148+
- [JavaScript Behind the Scenes (Bonus Section)](behind-scenes/README.md)
149149
- [Call Stack](behind-scenes/call-stack.md)
150150
- [JavaScript Engine](behind-scenes/engine.md)
151151
- [Event Loop](behind-scenes/event-loop.md)

0 commit comments

Comments
 (0)