Skip to content

Commit 8201b01

Browse files
Updated readme
1 parent 4a64f00 commit 8201b01

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

README.md

+23-21
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
11
# Course Material and FAQ for my Complete JavaScript Course
22

3-
This repo contains starter files and final code for all sections and projects contained in the course.
3+
This branch of the repo contains starter files and final code for all sections and projects of the course, **exactly as shown in the videos**.
44

55
Use starter code to start each section, and **final code to compare it with your own code whenever something doesn't work**!
66

7-
👇 **_Please read the following Frequently Asked Questions (FAQ) carefully before starting the course_** 👇
7+
There is also a the [updates-and-fixes](https://github.com/jonasschmedtmann/complete-javascript-course/tree/updates-and-fixes) branch which is kept up-to-date with **latest package updates and important bugfixes 🐛**
8+
9+
🚨 **_Please read the following Frequently Asked Questions (FAQ) carefully before starting the course_** 🚨
810

911
## FAQ
1012

1113
### Q1: How do I download the files?
1214

1315
**A:** If you're new to GitHub and just want to download the entire code, hit the green button saying "Code", and then choose the "Download ZIP" option. If you can't see the button (on mobile), use [this link](https://github.com/jonasschmedtmann/complete-javascript-course/archive/master.zip) instead.
1416

15-
### Q2: I'm looking for the old course version (v1) files. Where can I find them?
16-
17-
**A:** They are in this same repo, but in the [v1 branch](https://github.com/jonasschmedtmann/complete-javascript-course/tree/v1). So just go to [v1](https://github.com/jonasschmedtmann/complete-javascript-course/tree/v1), and download the code from there.
18-
19-
### Q3: I'm stuck! Where do I get help?
17+
### Q2: I'm stuck! Where do I get help?
2018

21-
**A:** Have you actually tried to fix the problem on your own? Have you compared your code to the final code? If you failed fixing your problem, please **post a detailed description of the problem to the Q&A area of that video over at Udemy**, along with a [codepen](https://codepen.io/pen/) containing your code. You will get help there. Please don't send me a personal message or email to fix coding problems.
19+
**A:** Have you actually tried to fix the problem on your own? **Have you compared your code to the final code?** If you failed fixing your problem, please **post a detailed description of the problem to the Q&A area of that video over at Udemy**, along with a [codepen](https://codepen.io/pen/) containing your code. You will get help there. Please don't send me a personal message or email to fix coding problems.
2220

23-
### Q4: What VSCode theme are you using?
21+
### Q3: What VSCode theme are you using?
2422

2523
**A:** I use Monokai Pro for all my coding and course production. It's a paid theme (I', **not** affiliated with them), but you can actually use the free demo version forever 😅
2624

27-
### Q5: Can I see a final version of the course projects?
25+
### Q4: Can I see a final version of the course projects?
2826

2927
**A:** Sure! Here you go:
3028

@@ -34,38 +32,42 @@ Use starter code to start each section, and **final code to compare it with your
3432
- [Mapty](https://mapty.netlify.app/) (OOP, Geolocation, Project planning)
3533
- [forkify](https://forkify-v2.netlify.app/) (Final advanced project)
3634

37-
### Q6: Videos don't load, can you fix it?
35+
### Q5: Videos don't load, can you fix it?
3836

3937
**A:** Unfortunately, there is nothing I can do about it. The course is hosted on Udemy, and sometimes they have technical issues like this. Please just come back a bit later or [contact their support team](https://support.udemy.com/hc/en-us).
4038

41-
### Q7: Videos are blurred / have low quality, can you fix it?
39+
### Q6: Videos are blurred / have low quality, can you fix it?
4240

4341
**A:** Please open video settings and change the quality from 'Auto' to another value, for example 720p. If that doesn't help, please [contact the Udemy support team](https://support.udemy.com/hc/en-us).
4442

45-
### Q8: Are the videos downloadable?
43+
### Q7: Are the videos downloadable?
4644

47-
**A:** Yes! I made all videos downloadable from Udemy so you can learn even without an internet connection. To download a video, use the settings icon in the right bottom corner of the video player. Videos have to be downloaded individually.
45+
**A:** Videos used to be downloadable, but unfortunately, Udemy has disabled video downloads on all my courses in order to fight piracy. There is nothing I can do about this.
4846

49-
### Q9: I want to put these projects in my portfolio. Is that allowed?
47+
### Q8: I want to put these projects in my portfolio. Is that allowed?
5048

5149
**A:** Absolutely! Just make sure you actually built them yourself by following the course, and that you understand what you did. What is **not allowed** is that you create your own course/videos/articles based on this course's content!
5250

53-
### Q10: You mentioned your resources page. Where can I find it?
51+
### Q9: You mentioned your resources page. Where can I find it?
5452

5553
**A:** It's on my website at <http://codingheroes.io/resources>. You can subscribe for updates 😉
5654

57-
### Q11: I love your courses and want to get updates on new courses. How?
55+
### Q10: I love your courses and want to get updates on new courses. How?
5856

5957
**A:** First, you can subscribe to my email list [at my website](http://codingheroes.io/resources). Plus, I make important announcements on twitter [@jonasschmedtman](https://twitter.com/jonasschmedtman), so you should definitely follow me there 🔥
6058

61-
### Q12: How do I get my certificate of completion?
59+
### Q11: How do I get my certificate of completion?
6260

6361
**A:** A certificate of completion is provided by Udemy after you complete 100% of the course. After completing the course, just click on the "Your progress" indicator in the top right-hand corner of the course page. If you want to change your name on the certificate, please [contact the Udemy support team](https://support.udemy.com/hc/en-us).
6462

65-
### Q13: Can you add subtitles in my language?
63+
### Q12: Can you add subtitles in my language?
6664

6765
**A:** No. I provide professional English captions, but Udemy is responsible for subtitles in all other languages (automatic translations). So please [contact the Udemy support team](https://support.udemy.com/hc/en-us) to request your own language.
6866

69-
### Q14: Do you accept pull requests?
67+
### Q13: Do you accept pull requests?
7068

71-
**A:** No, for the simple reason that I want this repository to contain the _exact_ same code that is shown in the videos. However, please feel free to add an issue if you found one.
69+
**A:** No, for the simple reason that I want this repository to contain the _exact_ same code that is shown in the videos. _However, please feel free to add an issue if you found one._
70+
71+
### Q14: I'm looking for the old course version (v1) files. Where can I find them?
72+
73+
**A:** They are in this same repo, but in the [v1 branch](https://github.com/jonasschmedtmann/complete-javascript-course/tree/v1). So just go to [v1](https://github.com/jonasschmedtmann/complete-javascript-course/tree/v1), and download the code from there.

0 commit comments

Comments
 (0)