Skip to content

keyboy250/Professional-JavaScript-Course

 
 

Repository files navigation

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).

Something is not working! What should I do?

Follow these steps:

  1. 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.
  2. Still not working? Check the file in this repo called 'bugs' and see if your problem is present and follow the steps there.
  3. 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.
  4. 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.

How can I contact you?

You can always contact me by email: support@bytegrad.com, but please open an issue for this GitHub repository to submit problems with the course.

About

This repo contains everything you need as a student of the Professional JavaScript Course by ByteGrad.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.4%
  • JavaScript 30.9%
  • HTML 15.7%