Skip to content

Commit bc869e4

Browse files
committed
fixed array-core-operations starterCode function call
1 parent c828a96 commit bc869e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sections/04-arrays-and-two-pointers/03-array-core-operations

src/sections/04-arrays-and-two-pointers/03-array-core-operations/starterCode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
// let strategicSet = ["Hotel California", "Sweet Child O' Mine"];
4646
// addSongStrategically(strategicSet, "Thunderstruck", "beginning");
4747
// addSongStrategically(strategicSet, "Free Bird", "end");
48-
// addSongStrategically(strategicSet, 2, "Wonderwall");
48+
// addSongStrategically(strategicSet, "Wonderwall", 2);
4949
// console.log("Strategic setlist:", strategicSet);
5050

5151
// ==============================

0 commit comments

Comments
 (0)