The Complete JavaScript Course 2023: From Zero to Expert!
- Description
- Curriculum
- FAQ
- Reviews
Why is this the right JavaScript course for you?
This is the most complete and in-depth JavaScript course on Udemy (and maybe the entire internet!). It’s an all-in-one package that will take you from the very fundamentals of JavaScript, all the way to building modern and complex applications.
You will learn modern JavaScript from the very beginning, step-by-step. I will guide you through practical and fun code examples, important theory about how JavaScript works behind the scenes, and beautiful and complete projects.
You will become ready to continue learning advanced front-end frameworks like React, Vue, Angular, or Svelte.
You will also learn how to think like a developer, how to plan application features, how to architect your code, how to debug code, and a lot of other real-world skills that you will need on your developer job.
And unlike other courses, this one actually contains beginner, intermediate, advanced, and even expert topics, so you don’t have to buy any other course in order to master JavaScript from the ground up!
But… You don’t have to go into all these topics. This is a huge course, because, after all, it’s “The Complete JavaScript Course”. In fact, it’s like many courses in one! But you can become an excellent developer by watching only parts of the course. That’s why I built this course in a very modular way, and designed pathways that will take you through the course faster.
By the end of the course, you will have the knowledge and confidence that you need in order to ace your job interviews and become a professional developer.
Why am I the right JavaScript teacher for you?
My name is Jonas, I’m an experienced web developer and designer, and one of Udemy’s top instructors. I have been teaching this bestselling course since 2016 to over 700,000 developers, always listening to feedback and understanding exactly how students actually learn.
I know how students learn JavaScript and what they need in order to master it. And with that knowledge, I designed the ideal course curriculum. It’s a unique blend of real-world projects, deep explanations, theory lectures, and challenges, that will take you from zero to an expert and confident JavaScript developer in just a couple of weeks.
So what exactly is covered in the course?
- Build 5 beautiful real-world projects for your portfolio! In these projects, you will learn how to plan and architect your applications using flowcharts and common JavaScript patterns
- Master the JavaScript fundamentals: variables, if/else, operators, boolean logic, functions, arrays, objects, loops, strings, and more
- Learn modern JavaScript (ES6+) from the beginning: arrow functions, destructuring, spread operator, default arguments, optional chaining, and more
- How JavaScript works behind the scenes: engines, the call stack, hoisting, scoping, the ‘this’ keyword, reference values, and more.
- Deep dive into functions: arrow functions, first-class and higher-order functions, bind, and closures.
- Deep dive into object-oriented programming: prototypal inheritance, constructor functions (ES5), classes (ES6), encapsulation, abstraction, inheritance, and polymorphism. [This is like a small standalone course]
- Deep dive into asynchronous JavaScript: the event loop, promises, async/await, and error handling. You will use these to access data from third-party APIs with AJAX calls. [This is like a small standalone course]
- Learn modern tools that are used by professional web developers: NPM, Parcel (module bundler), Babel, and ES6 modules
Check out the course curriculum for an even more detailed overview of the content 🙂
This is what’s also included in the package:
- Up-to-date HD-quality videos, that are easy to search and reference (great for Udemy Business students)
- Professional English captions (not the auto-generated ones)
- Downloadable starter code and final code for each section
- Downloadable slides for 40+ theory videos (not boring, I promise!)
- Free support in the course Q&A
- 25+ coding challenges and 25+ assignments to practice your new skills (solutions included)
This course is for you if…
- … you want to gain a true and deep understanding of JavaScript
- … you have been trying to learn JavaScript but: 1) still don’t really understand JavaScript, or 2) still don’t feel confident to code real apps
- … you are interested in using a library/framework like React, Angular, Vue, or Node.js in the future
- … you already know JavaScript and are looking for an advanced course. This course includes expert topics!
- … you want to get started with programming: JavaScript is a great first language!
Does any of these look like you? If so, then start this adventure today, and join me and 700,000+ other developers in the only JavaScript course that you will ever need!
-
5Introducere în secțiuneVideo lesson
-
6Hello World!Video lesson
-
7O scurtă introducere în JavaScriptVideo lesson
-
8Linking pentru un Fișier JavaScriptVideo lesson
-
9Valori și VariabileVideo lesson
-
10Exercițiu - Valori și VariabileText lesson
-
11Exerciții și Aplicații PracticeText lesson
-
12Tipuri de DateVideo lesson
-
13Exercițiu - Tipuri de DateText lesson
-
14let, const și varVideo lesson
-
15Exercițiu - let, const și varText lesson
-
16Operatorii de bazăVideo lesson
-
17Exercițiu - Operatorii de bazăText lesson
-
18Precedența OperatorilorVideo lesson
-
19Exercițiu - Coding Challenge #1Text lesson
-
20Rezolvare - Coding Challenge #1Video lesson
-
21Stringurile și Șabloanele LiteraleVideo lesson
-
22Exercițiu - Stringurile și Șabloanele LiteraleText lesson
-
23Luarea deciziilor: Cuvintele if - elseVideo lesson
-
24Exercițiu - Luarea deciziilor: Cuvintele if - elseText lesson
-
25Exercițiu - Coding Challenge #2Text lesson
-
26Rezolvare - Coding Challenge #2Video lesson
-
27Conversiunea și Coersiunea Tipurilor de DateVideo lesson
-
28Exercițiu - Conversiunea și Coersiunea Tipurilor de DateText lesson
-
29Valori Truthy și FalsyVideo lesson
-
30Operatori de egalitate: == vs ===Video lesson
-
31Exercițiu - Operatori de egalitate: == vs ===Text lesson
-
32Logica BooleanVideo lesson
-
33Operatorii LogiciVideo lesson
-
34Exercițiu - Operatorii LogiciText lesson
-
35Exercițiu - Coding Challenge #3Text lesson
-
36Rezolvare - Coding Challenge #3Video lesson
-
37Statement-ul SwitchVideo lesson
-
38Exercițiu - Statement-ul SwitchText lesson
-
39Statement-uri și ExpresiiVideo lesson
-
40Operatorul Condițional (Ternar)Video lesson
-
41Exercițiu - Operatorul Condițional (Ternar)Text lesson
-
42Exercițiu - Coding Challenge #4Text lesson
-
43Rezolvare - Coding Challenge #4Video lesson
-
44Releas-urile JavaScript - ES5, ES6+ și ESNextVideo lesson
-
45Introducere în secțiuneVideo lesson
-
46Activarea Modului StrictVideo lesson
-
47FuncțiiVideo lesson
-
48Exercițiu - FuncțiiText lesson
-
49Funcții Declarații vs. ExpresiiVideo lesson
-
50Exercițiu - Funcții Declarații vs. ExpresiiText lesson
-
51Funcțiile Săgeată ( Arrow )Video lesson
-
52Exercițiu - Funcțiile Săgeată ( Arrow )Text lesson
-
53Funcțiile care invocă alte FuncțiiVideo lesson
-
54Exercițiu - Funcțiile care invocă alte FuncțiiText lesson
-
55Reactualizăm FuncțiileVideo lesson
-
56Exercițiu - Coding Challenge #1Text lesson
-
57Rezolvare - Coding Challenge #1Video lesson
-
58Introducere în Array-uriVideo lesson
-
59Exercițiu - Introducere în Array-uriText lesson
-
60Operațiuni ( Metode ) de bază ale Array-urilorVideo lesson
-
61Exercițiu - Operațiuni ( Metode ) de bază ale Array-urilorText lesson
-
62Exercițiu - Coding Challenge #2Text lesson
-
63Rezolvare - Coding Challenge #2Video lesson
-
64Introducere în ObiecteVideo lesson
-
65Exercițiu - Introducere în ObiecteText lesson
-
66Notația cu Puncte vs. Paranteze PătrateVideo lesson
-
67Exercițiu - Notația cu Puncte vs. Paranteze PătrateText lesson
-
68Metodele ObiectelorVideo lesson
-
69Exercițiu - Metodele ObiectelorText lesson
-
70Exercițiu - Coding Challenge #3Text lesson
-
71Rezolvare - Coding Challenge #3Video lesson
-
72Iterațiile - Bucla ( Loop-ul ) ForVideo lesson
-
73Exercițiu - Iterațiile - Bucla ( Loop-ul ) ForText lesson
-
74Iterarea prin Array-uri, Break și ContinueVideo lesson
-
75Exercițiu - Iterarea prin Array-uri, Break și ContinueText lesson
-
76Iterarea de la capăt și Bucle în alte BucleVideo lesson
-
77Exercițiu - Iterarea de la capăt și Bucle în alte BucleText lesson
-
78Bucla WhileVideo lesson
-
79Exercițiu - Bucla WhileText lesson
-
80Exercițiu - Coding Challenge #4Text lesson
-
81Rezolvare - Coding Challenge #4Video lesson
-
82Introducere în secțiuneVideo lesson
-
83Harta SecțiuniiText lesson
-
84Setarea Prettier și VS CodeVideo lesson
-
85Instalarea Node.js și Setarea unui Environment pentru DevelopareVideo lesson
-
86Învățăm cum să codămVideo lesson
-
87Cum să gândești ca un Developer - Rezolvă orice problemă !Video lesson
-
88Folosirea Google, StackOverflow și MDNVideo lesson
-
89Debugging - Repararea ErorilorVideo lesson
-
90Debugging cu consola și ce sunt Breakpoint-urileVideo lesson
-
91Exercițiu - Coding Challenge #1Text lesson
-
92Rezolvare - Coding Challenge #1Video lesson

External Links May Contain Affiliate Links read more