complete-javascript-course
complete-javascript-course copied to clipboard
Starter files, final projects, and FAQ for my Complete JavaScript course
Replace the object variable name with `this` keyword within the object method
After completing your course what I should do to gain more knowledge about JavaScript so I can enhance my JS learning to a pro level. I want to learn advance...
[  ](url)
pig game i did
An
While trying to bundle with parcel, i ran "npm run start" after assigning the "start" and "build" in the scripts inside the package.json but it gave an error with the...
I just finished learning the Pig Game, it's a simple but fun game, but I think it may not be very fair to the second player, since they don't have...
I noticed some bugs in the final project code while I was working on the project, here is what I fixed: ✅ better error handling by passing the whole error...