fix(curriculum): update duplicated answer in the odin project (#58083)

This commit is contained in:
JungLee-Dev
2025-01-13 13:45:39 -07:00
committed by GitHub
parent 9f6ac19d15
commit a2eedb7c0c
2 changed files with 2 additions and 2 deletions
@@ -49,7 +49,7 @@ console.log(newStrings);
---
`['apple', 'banana', 'cherry', 'orange', 'kiwi']`
`['banana', 'cherry', 'orange', 'kiwi', 'mango' ]`
## --video-solution--
@@ -22,7 +22,7 @@ It allows you to create complex animations and interactive effects.
---
It allows you to create complex animations and interactive effects.
It allows you to write desktop applications.
---