The Complete JavaScript Course 2019: Build Real Projects!

Master JavaScript with the most complete course! Projects, challenges, quizzes, JavaScript ES6+, OOP, AJAX, Webpack

Beginner 0(0 Ratings) 3 Students enrolled
Created by Play Solutions Last updated Tue, 30-Jul-2019 English
What will i learn?
  • Go from a total beginner to an advanced JavaScript developer
  • Code 3 beautiful real-world apps with both ES5 and ES6+ (no boring toy apps here)
  • JavaScript and programming fundamentals: variables, boolean logic, if/else, loops, functions, arrays, etc.
  • Complex features like the 'this' keyword, function constructors, prototypal inheritance, first-class functions, closures
  • Asynchronous [removed] The event loop, promises, async/await, AJAX and APIs
  • Modern JavaScript for 2018: NPM, Webpack, Babel and ES6 modules
  • A true understanding of how JavaScript works behind the scenes
  • What's new in ES6: arrow functions, classes, default and rest parameters, etc.
  • Practice your new skills with coding challenges (solutions included)
  • Organize and structure your code using JavaScript patterns like modules
  • Get friendly and fast support in the course Q&A
  • Downloadable lectures, code and design assets for all projects

Curriculum for this course
157 Lessons 03:49:40 Hours
Course Introduction
2 Lessons 00:07:58 Hours
  • Welcome to the Course! 00:03:41
  • Setting up Our Tools 00:04:17
  • Section Intro 00:00:54
  • Let's start coding! 00:05:50
  • A Brief Introduction to JavaScript 00:04:39
  • Variables and Data Types 00:13:08
  • Variable Mutation and Type Coercion 00:11:44
  • Basic Operators 00:08:31
  • Operator Precedence 00:14:25
  • Coding Challenge 1 00:02:01
  • Coding Challenge 1 Solution 00:04:40
  • If else Statements 00:08:38
  • Boolean Logic 00:09:52
  • The Ternary Operator and Switch Statements 00:13:03
  • Truthy and Falsy Values and Equality Operators 00:08:04
  • Coding Challenge 2 00:02:10
  • Coding Challenge 2 Solution 00:08:17
  • Functions 00:11:24
  • Function Statements and Expressions 00:10:07
  • Arrays 00:12:36
  • Coding Challenge 3 00:01:43
  • Coding Challenge 3 Solution 00:07:57
  • Objects and Properties 00:08:57
  • Objects and Methods 00:07:13
  • Coding Challenge 4 00:01:16
  • Coding Challenge 4 Solution 00:08:52
  • Loops and Iteration 00:21:26
  • Coding Challenge 5 00:04:09
  • Coding Challenge 5 Solution, Part 1 00:12:03
  • Coding Challenge 5 Solution, Part 2 00:09:58
  • JavaScript Versions ES5, ES6, ES2015 and ES6+ 00:06:07
  • Section Intro 00:01:05
  • How Our Code Is Executed JavaScript Parsers and Engines 00:02:51
  • Execution Contexts and the Execution Stack 00:06:05
  • Execution Contexts in Detail Creation and Execution Phases amd Hoisting 00:04:25
  • Hoisting in Practice 00:12:33
  • Scoping and the Scope Chain 00:13:11
  • The 'this' Keyword 00:02:22
  • The 'this' Keyword in Practice 00:11:24
  • Section Intro 00:00:46
  • The DOM and DOM Manipulation 00:02:14
  • 5-Minute HTML and CSS Crash Course 00:05:44
  • Project Setup and Details 00:04:39
  • First DOM Access and Manipulation 00:19:57
  • Events and Event Handling Rolling the Dice 00:17:39
  • Updating Scores and Changing the Active Player 00:14:23
  • Implementing Our 'Hold' Function and the DRY Principle 00:17:28
  • Creating a Game Initialization Function 00:11:28
  • Finishing Touches State Variables 00:07:48
  • Coding Challenge 6 00:02:34
  • Coding Challenge 6 Solution, Part 1 00:06:32
  • Coding Challenge 6 Solution, Part 2 00:09:05
  • Coding Challenge 6 Solution, Part 3 00:07:12
  • Section Intro 00:00:58
  • Everything Is an Object Inheritance and the Prototype 00:10:25
  • Creating Objects Function Constructors 00:14:26
  • The Prototype Chain in the Console 00:08:44
  • Creating Objects Object create 00:06:45
  • Primitives vs. Objects 00:08:43
  • First Class Functions Passing Functions as Arguments 00:15:13
  • First Class Functions Functions Returning Functions 00:08:49
  • Immediately Invoked Function Expressions (IIFE) 00:06:46
  • Closures 00:17:24
  • Bind, Call and Apply 00:17:08
  • Coding Challenge 7 00:07:11
  • Coding Challenge 7 Solution, Part 1 00:18:08
  • Coding Challenge 7 Solution, Part 2 00:16:02
  • Section Intro 00:00:59
  • Project Setup and Details 00:04:45
  • Project Planning and Architecture Step 1 00:06:01
  • Project Planning and Architecture Step 1 - Resources | budgety_planning_guide.pdf
  • Implementing the Module Pattern 00:17:38
  • Setting up the First Event Listeners 00:16:07
  • Reading Input Data 00:16:31
  • Creating an Initialization Function 00:05:26
  • Creating Income and Expense Function Constructors 00:09:37
  • Adding a New Item to Our Budget Controller 00:18:25
  • Adding a New Item to the UI 00:19:52
  • Clearing Our Input Fields 00:11:50
  • Updating the Budget Controller 00:11:18
  • Updating the Budget Budget Controller 00:21:00
  • Updating the Budget UI Controller 00:11:55
  • Project Planning and Architecture Step 2 00:02:41
  • Event Delegation 00:04:01
  • Setting up the Delete Event Listener Using Event 00:19:34
  • Deleting an Item from Our Budget Controller 00:17:33
  • Deleting an Item from the UI 00:08:08
  • Project Planning and Architecture Step 3 00:02:04
  • Updating the Percentages Controller 00:03:56
  • Updating the Percentages Budget Controller 00:14:42
  • Updating the Percentages UI Controller 00:12:07
  • Formatting Our Budget Numbers String Manipulation 00:19:39
  • Displaying the Current Month and Year 00:07:09
  • Finishing Touches Improving the UX 00:10:39
  • We’ve Made It! Final Considerations 00:01:40
  • Section Intro 00:00:52
  • What's new in ES6 ES2015 00:01:47
  • Variable Declarations with let and const 00:16:44
  • Blocks and IIFEs 00:03:54
  • Strings in ES6 ES2015 00:10:21
  • Arrow Functions Basics 00:08:22
  • Arrow Functions Lexical 'this' Keyword 00:19:34
  • Destructuring 00:08:04
  • Arrays in ES6 ES2015 00:17:52
  • The Spread Operator 00:10:12
  • Rest Parameters 00:13:48
  • Default Parameters 00:08:07
  • Maps 00:20:34
  • Classes 00:10:01
  • Classes with Subclasses 00:16:12
  • Coding Challenge 8 00:03:04
  • Coding Challenge 8 Solution 00:31:25
  • Section Intro 00:00:36
  • An Example of Asynchronous JavaScript 00:06:27
  • Understanding Asynchronous JavaScript The Event 00:08:44
  • The Old Way Asynchronous JavaScript with Callbacks 00:09:22
  • From Callback Hell to Promises 00:22:45
  • From Promises to Async Await 00:10:50
  • AJAX and APIs 00:03:03
  • Making AJAX Calls with Fetch and Promises 00:17:15
  • Making AJAX Calls with Fetch and Async Await 00:10:06
  • Rendering an AJAX Loading Spinner 00:11:12
  • Wrapping up Final Considerations 00:07:14
  • Implementing Persistent Data with localStorage 00:13:58
  • Building the Likes View 00:21:35
  • Building the Likes Controller 00:08:40
  • Building the Likes Model 00:06:43
  • Building the Shopping List Controller 00:16:15
  • Building the Shopping List View 00:06:47
  • Building the Shopping List Model 00:15:22
  • Updating Recipe Servings 00:15:22
  • Building the Recipe View - Part 2 00:18:54
  • Building the Recipe View - Part 1 00:13:57
  • Building the Recipe Model - Part 2 00:40:29
  • Building the Recipe Controller 00:14:15
  • Building the Recipe Model - Part 1 00:14:33
  • Implementing Search Results Pagination 00:33:31
  • Section Intro 00:00:58
  • Building the Search View - Part 2 00:13:13
  • Building the Search View - Part 1 00:24:16
  • Building the Search Controller 00:11:40
  • Building the Search Model 00:07:09
  • Making our First API Calls 00:15:02
  • How ES6 Modules Work 00:10:29
  • Planning our Project Architecture with MVC 00:03:05
  • A Modern Setup Babel 00:15:22
  • A Modern Setup The Webpack Dev Server 00:14:58
  • A Modern Setup Configuring Webpack 00:16:04
  • A Modern Setup Installing Node.js and NPM 00:11:11
  • A Brief Introduction to the Command Line 00:11:31
  • An Overview of Modern JavaScript 00:03:40
  • Project Overview 00:04:47
  • Test Your JavaScript Knowledge 00:00:00
  • The Complete JavaScript Course 2019 Build Real Projects! 00:02:12
  • A Quick Overview of Node 00:04:24
  • The Laptop Store Project, Part 1 00:31:58
  • The Laptop Store Project, Part 2 00:37:47
Requirements
  • No coding experience is necessary to take this course! I take you from beginner to expert!
  • Any computer and OS will work — Windows, macOS or Linux. We will set up your text editor the course.
  • A basic understanding of HTML and CSS is a plus, but not a must! The course includes a 5-minutes HTML and CSS crash course.
+ View more
Description

"Excellent course. Jonas explains the core concepts in javascript that are usually glossed over in other courses. And he does it in a manner that is clear and concise." — John Collins

...

Do you want to learn the number #1 programming language that powers the internet?

Are you tired of wasting your time and money on random youtube videos or JavaScript courses that are either too simple, or too difficult to follow?

Or are you struggling to deeply understand and apply JavaScript to real projects?

If your answer is a big YES... Then this is exactly the course you are looking for!

...

So what is the course about?

This is a truly complete JavaScript course, that goes beyond what other JavaScript courses out there teach you.

I will take you from a complete JavaScript beginner to an advanced developer. You will not just learn the JavaScript language itself, you will also learn how to program. How to solve problems. How to structure and organize code using common JavaScript patterns.

Come with me on a journey with the goal of truly understanding the JavaScript language. And I explain everything on the way with great detail!

You will learn "why" something works in JavaScript, not just "how". Because in the modern JavaScript world of today, you need more than just knowing how something works. You need to debug code, you need to understand code, you need to be able to think about code.

To achieve our goal together, the course contains coding sessions, coding challenges, theory lectures, real-world projects and a final course exam.

This course is different because it's not just about writing code, it's also about how and why code works the way it does. Because it's the perfect mix between theory and practice. Because it focuses not only on small coding examples, but also on real-world projects and use cases.

So, by the end of the course, you will be a capable JavaScript developer, able to write, understand and debug JavaScript code using all the powerful features the language offers to us.

...

Here is exactly what we cover in this course:

• All the JavaScript and programming fundamentals: things like variables, data types, boolean logic, if/else statements, loops, functions, objects, arrays, and more.

• Everything you need to know in order to gain a deep understanding of how JavaScript works behind the scenes: execution contexts, hoisting, scoping, the 'this' keyword, and more.

• How to make JavaScript code interact with webpages: DOM manipulation. Learn how to select and change webpage elements, create new elements and handle DOM events.

• Complex JavaScript features such as function constructors, prototypal inheritance, first-class functions, closures, the bind and apply methods, and more.

• We are going to code 3 beautiful real-world apps to apply our knowledge and learn new concepts (I provide the starter HTML and CSS code for these projects).

• Learn how to organize and structure your code using modules and functions, how to create data privacy and encapsulation, and why that's so important.

• What's new in the most modern version of [removed] new features of ES6 / ES2015.

• Asynchronous [removed] the event loop, promises, async/await, AJAX calls and APIs.

• Modern JavaScript in 2018: Learn how to set up a modern development workflow with NPM, Webpack, Babel and ES6 modules.

...

Let's now find out if this course is for you. It's a perfect fit if...

Student #1: You want to gain a deep understanding of the most popular programming language in the world: JavaScript.

Student #2: You have taken other JavaScript courses but: 1) still don't really understand JavaScript, or 2) still don't feel confident to code real-world apps. This course is perfect for you!

Student #3: You are interested in using popular libraries/frameworks like React, Angular or Node.js.

Student #4: You want to get started with programming in general: JavaScript is a great language to learn how to code.

...

Now it's your turn to decide. This is what you get:

• Lifetime access to HD quality videos. No monthly subscription. Learn at your own pace, whenever you want.

• English closed captions (not the auto-generated ones provided by Udemy).

• All videos are downloadable. Learn wherever you want, even without an internet connection!

• Downloadable starter code and final code for each section.

• Free helpful support in the course Q&A when you have questions or get stuck.

• Multiple coding challenges to practice your new skills (solutions included).

• A final course exam with 30 questions to test your JavaScript knowledge.

Sounds great? Then start this adventure today by clicking the “Take this course" button, and join me in the only JavaScript course that you will need!

What you’ll learn
Go from a total beginner to an advanced JavaScript developer
Code 3 beautiful real-world apps with both ES5 and ES6+ (no boring toy apps here)
JavaScript and programming fundamentals: variables, boolean logic, if/else, loops, functions, arrays, etc.
Complex features like the 'this' keyword, function constructors, prototypal inheritance, first-class functions, closures
Asynchronous [removed] The event loop, promises, async/await, AJAX and APIs
Modern JavaScript for 2018: NPM, Webpack, Babel and ES6 modules
A true understanding of how JavaScript works behind the scenes
What's new in ES6: arrow functions, classes, default and rest parameters, etc.
Practice your new skills with coding challenges (solutions included)
Organize and structure your code using JavaScript patterns like modules
Get friendly and fast support in the course Q&A
Downloadable lectures, code and design assets for all projects
Are there any course requirements or prerequisites?
No coding experience is necessary to take this course! I take you from beginner to expert!
Any computer and OS will work — Windows, macOS or Linux. We will set up your text editor the course.
A basic understanding of HTML and CSS is a plus, but not a must! The course includes a 5-minutes HTML and CSS crash course.
Who this course is for:
Take this course if you want to gain a deep understanding of the most popular programming language in the world: JavaScript.
Take this course if you have taken other JavaScript courses but: 1) still don't really understand JavaScript, or 2) still don't feel confident to code real-world apps. This course is perfect for you!
Take this course if you're interested in using popular libraries/frameworks like React, Angular or Node.
Take this course if you want to get started with programming in general: JavaScript is a great language to learn how to code.

+ View more
Other related courses
About the instructor
  • 1 Reviews
  • 8 Students
  • 17 Courses
+ View more
-

--

Student feedback
0
Average rating
  • 0%
  • 0%
  • 0%
  • 0%
  • 0%
Reviews
Free
Includes:
  • 03:49:40 Hours On demand videos
  • 157 Lessons
  • Full lifetime access
  • Access on mobile and tv