We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1714051 + 009f87a commit 8c1782bCopy full SHA for 8c1782b
1-js/05-data-types/04-array/2-create-array/solution.md
@@ -5,6 +5,6 @@ let styles = ["Jazz", "Blues"];
5
styles.push("Rock-n-Roll");
6
styles[Math.floor((styles.length - 1) / 2)] = "Classics";
7
alert( styles.shift() );
8
-styles.unshift("Rap", "Reggie");
+styles.unshift("Rap", "Reggae");
9
```
10
0 commit comments