Tell us what’s happening:
what wrong with this code i think it’s true but is not working
Your code so far
audio.src = song.src ;
audio.title = song.title;
Challenge Information:
Learn Basic String and Array Methods by Building a Music Player - Step 28
Teller
2
Welcome to the forum @bekkaioanes41
The tests are very specific about spacing.
Remove the space before the semi-colon.
Happy coding
1 Like
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.