Mixed Messages: Song of the day

Hello,

Here is my Portfolio Project: Mixed Messages. It’s titled “Song of the Day”.
I hope you enjoy!
If you have any feedback on how to make it better, please share.

Thanks,
Carlos

  • Your review of the Project. Was it easy, difficult, just right?
    I thought the project was fairly easy, but I wasn’t sure what else I can do in javascript to make this more interesting.

  • An estimate of how long it took you to complete
    It took me about 3 hours to complete it.

  • The link to your code repo
    https://github.com/Carlos-Muniz/song-of-the-day

Hi Carlos, nice job! I found the package.json file helpful. I had a question:
In our song.js file you number songs 1 -10, then repeated numbering - I was unclear why you used this approach?

Hey Chip,

The numbers 1-10 are the end of the year chart position of that song.
So for example, in the array: [9, “SexyBack”, “Justin Timberlake featuring Timbaland”, 2006]

“Sexyback” by “Justin Timberlake featuring Timbaland” was the #9 song on Billboard’s Year-End Hot 100 singles of 2006.

thank you for your question,
Carlos

1 Like