Skip to content

Commit 61e21fd

Browse files
fix(curriculum): moving reverse a string lecture to different lecture block (freeCodeCamp#59452)
1 parent 17b9f10 commit 61e21fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

curriculum/challenges/_meta/lecture-working-with-arrays/meta.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
{
2626
"id": "6732aedd2d92e30923b9bc24",
2727
"title": "What Is Array Destructuring, and How Does It Work?"
28+
},
29+
{
30+
"id": "6732b2a6de5a1c15edf05b75",
31+
"title": "How Can You Use String and Array Methods to Reverse a String?"
2832
}
2933
],
3034
"helpCategory": "JavaScript"

curriculum/challenges/_meta/lecture-working-with-common-array-methods/meta.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
{
2222
"id": "6732b29b8b7d4f15b94d12ca",
2323
"title": "What Is a Shallow Copy of an Array, and What Are Some Ways to Create These Copies?"
24-
},
25-
{
26-
"id": "6732b2a6de5a1c15edf05b75",
27-
"title": "How Can You Use String and Array Methods to Reverse a String?"
2824
}
2925
],
3026
"helpCategory": "JavaScript"

curriculum/challenges/english/25-front-end-development/lecture-working-with-common-array-methods/6732b2a6de5a1c15edf05b75.md renamed to curriculum/challenges/english/25-front-end-development/lecture-working-with-arrays/6732b2a6de5a1c15edf05b75.md

File renamed without changes.

0 commit comments

Comments
 (0)