Professional JavaScript Course -- See course here
You can find the final code for each video in the project folders here. Use that if you get stuck. There is also a bugs file, a slides file and a readme file (you're reading it right now).
Follow these steps:
- Check if you made any typos. Also, check your terminals (if we're using those in the videos) to see if there are errors, fix those and try again. This will fix your issue 99% of the time so make sure you've done this thoroughly.
- Still not working? Check the file in this repo called 'bugs' and see if your problem is present and follow the steps there.
- Still not working? Copy and paste the final code of the video you're stuck at (you can find the final code in the project folders here). If you change the package.json file, run the command
npm install
to make sure you have the correct dependencies installed. - Still not working? Please open an issue for this GitHub repository with a clear description of what's not working. Please also include copy or a screenshot of your code. This makes it faster for me to help you.
I'm online throughout most of the day and will help you as quickly as I can! In the meantime, I apologize for the inconvenience. Sometimes things break after recording the videos, but I try to be quick with any bugs that come up.
You can always contact me by email: [email protected], but please open an issue for this GitHub repository to submit problems with the course.