We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c828a96 commit bc869e4Copy full SHA for bc869e4
1 file changed
src/sections/04-arrays-and-two-pointers/03-array-core-operations/starterCode.js
@@ -45,7 +45,7 @@
45
// let strategicSet = ["Hotel California", "Sweet Child O' Mine"];
46
// addSongStrategically(strategicSet, "Thunderstruck", "beginning");
47
// addSongStrategically(strategicSet, "Free Bird", "end");
48
-// addSongStrategically(strategicSet, 2, "Wonderwall");
+// addSongStrategically(strategicSet, "Wonderwall", 2);
49
// console.log("Strategic setlist:", strategicSet);
50
51
// ==============================
0 commit comments