diff --git a/curriculum/challenges/english/16-the-odin-project/top-learn-arrays-and-loops/learn-arrays-and-loops-lesson-h.md b/curriculum/challenges/english/16-the-odin-project/top-learn-arrays-and-loops/learn-arrays-and-loops-lesson-h.md index fa8a8b404ad..ab0c0942b87 100644 --- a/curriculum/challenges/english/16-the-odin-project/top-learn-arrays-and-loops/learn-arrays-and-loops-lesson-h.md +++ b/curriculum/challenges/english/16-the-odin-project/top-learn-arrays-and-loops/learn-arrays-and-loops-lesson-h.md @@ -49,7 +49,7 @@ console.log(newStrings); --- -`['apple', 'banana', 'cherry', 'orange', 'kiwi']` +`['banana', 'cherry', 'orange', 'kiwi', 'mango' ]` ## --video-solution-- diff --git a/curriculum/challenges/english/16-the-odin-project/top-the-box-model/the-box-model-lesson-e.md b/curriculum/challenges/english/16-the-odin-project/top-the-box-model/the-box-model-lesson-e.md index 5991e1b520e..2ca96e93f26 100644 --- a/curriculum/challenges/english/16-the-odin-project/top-the-box-model/the-box-model-lesson-e.md +++ b/curriculum/challenges/english/16-the-odin-project/top-the-box-model/the-box-model-lesson-e.md @@ -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. ---