From a2eedb7c0c551d9ddaf511f6faf793aa2d423028 Mon Sep 17 00:00:00 2001 From: JungLee-Dev <122341199+JungLee-Dev@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:45:39 -0700 Subject: [PATCH] fix(curriculum): update duplicated answer in the odin project (#58083) --- .../learn-arrays-and-loops-lesson-h.md | 2 +- .../top-the-box-model/the-box-model-lesson-e.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. ---