Tutorials to preface projects

At the risk of asking a silly question, are there any tutorials or perhaps a compiled list of resources to complete before or accompany each project? I finished the first two projects fairly easily with the instructional prompts but realized I was getting out of my JS depth with the Music Player project. Is there any kind of resource already regarding what basics we should learn before attempting each project?

Hi! The music player project was a bit complicated for sure. If you want to get better at just some programming fundaments without the hooks to HTML, check out the legacy Javascript fundamentals course (https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/). You might do a both/and approach. Do some work in the legacy course, then do some more in the beta course. With practice you’ll understand the concepts better and it will be easier to absorb new ones.

2 Likes

Thank you so much! This is exactly what I was hoping for and of course now I see that I just needed to scroll down to the bottom of the main page to find it. I will definitely do the course side by side with the projects :slightly_smiling_face:

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