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.
1 parent 33ca68e commit cc32722Copy full SHA for cc32722
oojs.js
@@ -19,6 +19,8 @@ class Playlist {
19
// #2: Create an instance of the Playlist class and set it to a variable called `myPlaylist`
20
// Call the instance's `addSong` method to add a song to the instance's `songs` array
21
// Type your solution immediately below this line:
22
+var myPlaylist = new Playlist("Zep");
23
+myPlaylist.addSong("When the Levee Breaks");
24
25
// NOTE: THE CODE BELOW IS FOR TESTING PURPOSES. DO NOT REMOVE OR ALTER.
26
if (typeof Playlist !== "undefined") {
0 commit comments