The complete javascript course

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

The Complete Javascript Course 2023: From Zero to Expert! by Jonas Schmedtmann

georginapuig/complete-javascript-course

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Читайте также:  Java code style this

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Course Material and FAQ for my Complete JavaScript Course

This repo contains starter files and final code for all sections and projects contained in the course.

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

👇 Please read the following Frequently Asked Questions (FAQ) carefully before starting the course 👇

Q1: How do I download the files?

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

Q2: I’m looking for the old course version (v1) files. Where can I find them?

A: They are in this same repo, but in the v1 branch. So just go to v1, and download the code from there.

Q3: I’m stuck! Where do I get help?

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 containing your code. You will get help there. Please don’t send me a personal message or email to fix coding problems.

Q4: What VSCode theme are you using?

A: I use Monokai Pro for all my coding and course production. It’s a paid theme, but you can actually use the free demo version forever 😅

Q5: Can I see a final version of the course projects?

A: Sure! Here you go:

  • Pig Game (DOM Manipulation)
  • Bankist (Arrays, Numbers, Dates, Timers. Fake «log in» with user js and PIN 1111 )
  • Bankist Site (Advanced DOM and Events)
  • Mapty (OOP, Geolocation, Project planning)
  • forkify (Final advanced project)

Q6: Videos don’t load, can you fix it?

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.

Q7: Videos are blurred / have low quality, can you fix it?

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.

Q8: Are the videos downloadable?

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.

Q9: I want to put these projects in my portfolio. Is that allowed?

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!

Q10: You keep mentioning your resources page. Where can I find it?

A: It’s on my website at http://codingheroes.io/resources. You can subscribe for updates 😉

Q11: I love your courses and want to get updates on new courses. How?

A: First, you can subscribe to my email list at my website. Plus, I make important announcements on twitter @jonasschmedtman, so you should definitely follow me there 🔥

Q12: How do I get my certificate of completion?

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.

Q13: Do you accept pull requests?

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.

About

The Complete Javascript Course 2023: From Zero to Expert! by Jonas Schmedtmann

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Starter files, final projects, and FAQ for my Complete JavaScript course

jonasschmedtmann/complete-javascript-course

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Course Material and FAQ for my Complete JavaScript Course

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.

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

There is also a the updates-and-fixes branch which is kept up-to-date with latest package updates and important bugfixes 🐛

🚨 Please read the following Frequently Asked Questions (FAQ) carefully before starting the course 🚨

Q1: How do I download the files?

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

Q2: I’m stuck! Where do I get help?

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 containing your code. You will get help there. Please don’t send me a personal message or email to fix coding problems.

Q3: What VSCode theme are you using?

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 😅

Q4: Can I see a final version of the course projects?

A: Sure! Here you go:

  • Pig Game (DOM Manipulation)
  • Bankist (Arrays, Numbers, Dates, Timers. Fake «log in» with user js and PIN 1111 )
  • Bankist Site (Advanced DOM and Events)
  • Mapty (OOP, Geolocation, Project planning)
  • forkify (Final advanced project)

Q5: Videos don’t load, can you fix it?

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.

Q6: Videos are blurred / have low quality, can you fix it?

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.

Q7: Are the videos downloadable?

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.

Q8: I want to put these projects in my portfolio. Is that allowed?

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!

Q9: You mentioned your resources page. Where can I find it?

A: It’s on my website at http://codingheroes.io/resources. You can subscribe for updates 😉

Q10: I love your courses and want to get updates on new courses. How?

A: First, you can subscribe to my email list at my website. Plus, I make important announcements on twitter @jonasschmedtman, so you should definitely follow me there 🔥

Q11: How do I get my certificate of completion?

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.

Q12: Can you add subtitles in my language?

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 to request your own language.

Q13: Do you accept pull requests?

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.

Q14: I’m looking for the old course version (v1) files. Where can I find them?

A: They are in this same repo, but in the v1 branch. So just go to v1, and download the code from there.

About

Starter files, final projects, and FAQ for my Complete JavaScript course

Источник

Полное руководство по JavaScript 2023 — Строим реальные проекты

The Complete JavaScript Course 2023: From Zero to Expert!

Полное руководство по JavaScript 2023 - Строим реальные проекты

Изучи JavaScript вместе с наиболее полным курсом на рынке! Курс включает проекты, челенджи, экзамен, ES6, OOP, AJAX, Webpack ! Вы хотите узнать номер один язык программирования в вебе ? Устали тратить свое время и деньги на случайные видео на youtube или курсы JavaScript, которые либо слишком просты, либо слишком сложны для восприятия? Или вам трудно понять и использовать JavaScript в реальных проектах? Если ваш ответ — ДА . Тогда это именно тот курс, который вы ищете!

Это действительно полный курс JavaScript, который выходит за рамки того, чему вас научат другие курсы JavaScript.

Я отведу вас от полного начинающего JavaScript к продвинутому разработчику. Вы не просто изучите язык JavaScript, вы также узнаете, как программировать. Как решить проблемы. Как структурировать и упорядочить код, используя общие шаблоны JavaScript.

Пойдем со мной в путешествие с целью по-настоящему понять язык JavaScript. И я все объясняю с большим подробностями!

Вы узнаете, «почему» что-то работает в JavaScript, а не просто «как». Потому что в современном современном мире вам нужно больше, чем просто знать, как что-то работает. Вам нужно отлаживать код, вам нужно понимать код, вы должны уметь думать о коде.

Для достижения нашей цели, курс содержит сеансы программирования, проблемы с кодом, лекции по теории, реальные проекты и заключительный экзамен.

Этот курс отличается тем, что речь идет не только о написании кода, но и о том, как и почему код работает так, как он делает. Потому что это идеальное сочетание теории и практики. Потому что он фокусируется не только на небольших примерах программирования, но и на реальных проектах и вариантах использования.

Таким образом, к концу курса вы будете разработчиком JavaScript, способным писать, понимать и отлаживать код JavaScript, используя все мощные функции, которые предлагает нам язык.

Источник

Оцените статью