Learn Basic String and Array Methods by Building a Music Player - Step 28

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

Welcome to the forum @bekkaioanes41

The tests are very specific about spacing.
Remove the space before the semi-colon.

Happy coding

1 Like

thank you , brother!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.