Skip to content

Commit 7cb89de

Browse files
authored
Merge pull request #189 from micahstubbs/patch-1
Reggie --> Reggae
2 parents a2dbffc + 2b166e9 commit 7cb89de

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Let's try 5 array operations.
1010
2. Append "Rock-n-Roll" to the end.
1111
3. Replace the value in the middle by "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.
13-
5. Prepend `Rap` and `Reggie` to the array.
13+
5. Prepend `Rap` and `Reggae` to the array.
1414

1515
The array in the process:
1616

@@ -19,6 +19,6 @@ Jazz, Blues
1919
Jazz, Bues, Rock-n-Roll
2020
Jazz, Classics, Rock-n-Roll
2121
Classics, Rock-n-Roll
22-
Rap, Reggie, Classics, Rock-n-Roll
22+
Rap, Reggae, Classics, Rock-n-Roll
2323
```
2424

0 commit comments

Comments
 (0)