Skip to content

Commit 8c1782b

Browse files
authored
Merge pull request #748 from 11un/patch-7
typo "Reggie" to "Reggae"
2 parents 1714051 + 009f87a commit 8c1782b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ let styles = ["Jazz", "Blues"];
55
styles.push("Rock-n-Roll");
66
styles[Math.floor((styles.length - 1) / 2)] = "Classics";
77
alert( styles.shift() );
8-
styles.unshift("Rap", "Reggie");
8+
styles.unshift("Rap", "Reggae");
99
```
1010

0 commit comments

Comments
 (0)