Skip to content

Commit 42b7197

Browse files
authored
Merge pull request #3181 from mukulkandhari/patch-2
Update task.md | Fix grammar
2 parents 202e625 + 4a3e70e commit 42b7197

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/04-array/2-create-array

1 file changed

+1
-1
lines changed

1-js/05-data-types/04-array/2-create-array/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Let's try 5 array operations.
88

99
1. Create an array `styles` with items "Jazz" and "Blues".
1010
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.
11+
3. Replace the value in the middle with "Classics". Your code for finding the middle value should work for any arrays with odd length.
1212
4. Strip off the first value of the array and show it.
1313
5. Prepend `Rap` and `Reggae` to the array.
1414

0 commit comments

Comments
 (0)