Creating a "Media Library" (songs or movies) using constructor functions (or ES6 classes) and prototypes.

These are cumulative. If you're stuck on Chapter 5, go back and ensure your Chapter 4 project was coded cleanly, as the logic often carries over.

JavaScript syntax is similar to other programming languages. Here are the basic elements:

Now, go console.log("Hello, World") – and never be afraid to break things trying to fix them.

Beginners struggle with the non-blocking nature. A correct solution shows the order of execution clearly (e.g., console logs before/after the fetch).