We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 202e625 + 4a3e70e commit 42b7197Copy full SHA for 42b7197
1-js/05-data-types/04-array/2-create-array/task.md
@@ -8,7 +8,7 @@ Let's try 5 array operations.
8
9
1. Create an array `styles` with items "Jazz" and "Blues".
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.
+3. Replace the value in the middle with "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 `Reggae` to the array.
14
0 commit comments