We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2dbffc + 2b166e9 commit 7cb89deCopy full SHA for 7cb89de
1-js/05-data-types/04-array/2-create-array/task.md
@@ -10,7 +10,7 @@ Let's try 5 array operations.
10
2. Append "Rock-n-Roll" to the end.
11
3. Replace the value in the middle by "Classics". Your code for finding the middle value should work for any arrays with odd length.
12
4. Strip off the first value of the array and show it.
13
-5. Prepend `Rap` and `Reggie` to the array.
+5. Prepend `Rap` and `Reggae` to the array.
14
15
The array in the process:
16
@@ -19,6 +19,6 @@ Jazz, Blues
19
Jazz, Bues, Rock-n-Roll
20
Jazz, Classics, Rock-n-Roll
21
Classics, Rock-n-Roll
22
-Rap, Reggie, Classics, Rock-n-Roll
+Rap, Reggae, Classics, Rock-n-Roll
23
```
24
0 commit comments