Assignments for The Complete JavaScript Course by Jonas Schmedtmann Help

Welcome to The Complete JavaScript Course assignments!

👋 Hey there! Ready to put your JavaScript skills into practice? This is the place where you can find assignments for The Complete JavaScript Course to reinforce what you've learned, and face some additional challenges 🙂

  • Assignments are divided into sections;

  • There is one or more assignments for each lecture in the section (not all lectures, but most);

  • The goal of these assignments is that you can immediately apply the concepts you learn in each video;

  • So after you complete each lecture, find the assignment for the video you just watched, and write the code according to the instructions;

  • Take all the time that you need, no need to hurry!

  • The solution for each assignment is right after the assignment (expand the "show example solution" block). I advise you to check it out after you completed each assignment, or in case you have trouble moving forward in the code;

  • The example solution is usually just one of possible solutions; it doesn't meant it's the only correct solution 🙂

  • In order to actually write the code, create a new script called assignments.js in the current project folder and link it to the HTML file we have been using, just like we previously linked script.js (an HTML file can include multiple JavaScript scripts). The console will now show outputs from both script.js and assignments.js 😉

  • Some sections require additional data that will be included on the first page of these sections.

  • Currently, assignments are available only for these sections: JavaScript Fundamentals — Part 1, JavaScript Fundamentals — Part 2 and Data Structures, Modern Operators and Strings.

  • More assignments will be added in the future!

Good luck and have fun!