Skip to content

Commit 4a3e70e

Browse files
Update task.md | Fix grammar
Replace the value in the middle by "Classics". changed to Replace the value in the middle with "Classics" as the word 'with' describes the situation better
1 parent 53b35c1 commit 4a3e70e

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

Lines changed: 1 addition & 1 deletion
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)