The Modern JavaScript Bootcamp

4,800.00

The world of JavaScript is always changing, and that’s why I work to keep this course as up-to-date as possible. You can join knowing you’ll File size: 13.83 GB

The Modern JavaScript Bootcamp

What you’ll learn
    Learn JavaScript by building three real-world web applications

Gain a deep understanding of how JavaScript works behind the scenes

Explore the latest cutting-edge features from ES6 and ES7

Test your skills and gain confidence by completing over 80 coding challenges

Learn how to deploy your application to the web so you can share them with everyone

Learn how to use Promises and Async/Await with asynchronous JavaScript

Get more done by learning how to debug and fix your code when things go wrong

Get access to a free 80 page PDF guide with lecture notes, code samples, and documentation links
Get immediately download The Modern JavaScript Bootcamp

Course content

Expand all 155 lectures29:39:09

–Course Overview

08:44

Welcome!

Preview

07:28

Grab the PDF Guide

Preview

01:16

–Setting up Your Machine

24:48

Section Intro: Setting up Your Computer

Preview

01:03

Installing Visual Studio Code

Preview

05:25

Installing Node.js

Preview

02:43

[Windows Only] Install cmder

Preview

02:14

Introduction to the Terminal

Preview

07:52

Hello JavaScript!

Preview

05:31

–JavaScript Basics: Variables and Flow Control

01:55:35

Section Intro: JavaScript Basics

Preview

00:58

Strings and Variables

Preview

17:05

Numbers

Preview

13:40

More on Variables

Preview

06:09

Build a Temperature Converter

Preview

06:11

Booleans and Comparison Operators

Preview

13:28

If Statements

Preview

10:18

Advanced If Statements

12:01

Logical “And” and “Or” Operators

14:53

Variable Scope: Part I

10:38

Variable Scope: Part II

10:14

–JavaScript Functions

01:14:07

Section Intro: JavaScript Functions

01:31

Function Basics

16:15

Undefined and Null

09:54

Multiple Arguments and Argument Defaults

15:46

Function Scope

04:31

Template Strings

12:58

Build a Grade Calculator

13:12

–JavaScript Objects

01:48:03

Section Intro: JavaScript Objects

01:17

Object Basics

13:02

Using Objects with Functions

11:30

Object References

08:49

Build an Expense Tracker

09:52

Methods

13:05

Exploring String Methods

17:02

Exploring Number Methods

13:50

Constant Variables

08:10

Bonus: Variables with var

11:26

–JavaScript Arrays

02:24:20

Section Intro: JavaScript Arrays

01:18

Array Basics

13:21

Manipulating Arrays with Methods

13:17

Looping Over Arrays

09:21

The For Loop

16:37

Searching Arrays: Part I

14:49

Searching Arrays: Part II

20:41

Filtering Arrays

17:45

Sorting Arrays

18:13

Improve Our Expense Tracker

18:58

–Javascript in the Browser

02:47:51

Section Intro: Javascript in the Browser

01:24

Setting up a Web Server

15:12

JavaScript in the Browser

08:14

DOM Manipulation

12:13

DOM Challenge

11:13

Adding Elements via the DOM

14:25

Handling User Interaction

12:33

Advanced Queries

13:35

Text Inputs and Live Data Filtering

12:44

Rendering Our Filtered Data

12:35

Todo Filter Challenge

09:58

Working With Forms

17:20

Checkboxes

18:25

Dropdowns

08:00

–Data Storage, Libraries, and More

03:39:02

Section Intro: Data Storage, Libraries, and More

00:42

Saving Our Data in LocalStorage: Part I

13:44

Saving Our Data in LocalStorage: Part II

11:23

Splitting up Our Application Code

13:36

Refactor Challenge

10:18

Debugging Our Applications

08:38

Complex DOM Rendering

14:16

Setting up a Third-Party Library

13:38

Targeting by UUID

10:41

Checkbox Challenges

08:48

The Edit Note Page: Part I

16:40

The Edit Note Page: Part II

18:03

Syncing Data Across Pages

13:09

JavaScript Dates

18:10

Moment

19:50

Integrating Dates: Part I

14:02

Integrating Dates: Part II

12:12

Take a Break

01:12

–Expanding Our JavaScript Knowledge

01:42:37

Section Intro: Expanding Our JavaScript Knowledge

01:33

Arrow Functions: Part I

12:21

Arrow Functions: Part II

16:57

Conditional (Ternary) Operator

14:27

Truthy and Falsy Values

17:03

Type Coercion

11:00

Catching and Throwing Errors

15:27

Handling Application Errors

05:20

Working in Strict Mode

08:29

–Advanced Objects and Functions

03:01:34

Section Intro: Advanced Objects and Functions

01:09

Object Oriented Programming

06:40

Constructor Functions

15:32

Setting up the Prototype Object

13:45

Hangman Challenge: Part I

09:10

Digging Into Prototypical Inheritance

09:51

Primitives and Objects: Part I

16:20

Primitives and Objects: Part II

13:36

Hangman Challenge: Part II

13:30

Hangman Challenge: Part III

20:42

Hangman Challenge: Part IV

08:08

The Class Syntax

11:40

Creating Subclasses

19:56

Getters and Setters

18:29

Update: Fixing an Edge Case

03:06

4 more sections

Requirements
    No programming experience is required to take this course. I’ll walk you through the entire process from scratch!

All you need is a computer (Windows, macOS, or Linux) with an internet connection (Windows, macOS, or Linux)
Description
Have you tried to learn JavaScript before?
JavaScript is the most popular programming language out there, but that doesn’t mean it’s easy to learn. You end up wasting time on out-of-date courses and incomplete YouTube tutorials that talk about a JavaScript features without showing how to use them when building real-world applications.
Get immediately download The Modern JavaScript Bootcamp
Sound familiar?
I built this course to teach you how to build and launch your own JavaScript web applications.
The Modern JavaScript Bootcamp starts from scratch and builds up your knowledge of the JavaScript language. Yes, you’ll learn all the features of the language, but you’ll also learn how to use those features together to create a complete application.
This comprehensive course covers the modern ES6 and ES7 JavaScript features used in the real world. You’ll gain an understanding of the latest cutting-edge language features.
Getting experience writing code on your own is a big part of learning JavaScript. That’s why I’ve included over 80 challenges designed to get you writing code, adding app features, and solving a wide range of problems. These challenges will give you the skills and confidence needed to create your own web application.
There are no starter projects here. You’ll see what it takes to launch a JavaScript application, from the first line of code to the final deployed application.
Who’s this course for?
1. People who are brand new to JavaScript. You want to dive into the world of programming and learn JavaScript. This might be your first programming course, or maybe you’ve worked with other languages before. Either way, you’re ready for this bootcamp.
2. People who currently use JavaScript but want a better sense of mastery over the language. You picked up little tricks and snippets of code because you needed to solve a problem. Now you’re ready to master JavaScript as well as explore the latest from ES6 and ES7.
You’ll learn JavaScript by doing, not watching.
This course is not about watching videos, it’s about writing code. From the start, you’ll be building out each project from scratch as well as completing over 80 challenges designed to test and reinforce what you’ve learned.
During the class, you’ll build three JavaScript applications:
1. The first app, a note-taking app, is our starter application. You’ll learn the fundamentals of JavaScript and see exactly what it takes to build a program that allows users to add, edit, delete, and save their notes.
2. The second app, a to-do application, you’ll be building on your own. This will test your skills and ensure that you have the real-world experience and problem-solving skills that are essential for writing JavaScript code.
3. The last app, a hangman word game, is used to explore the world of asynchronous JavaScript. You’ll learn how to set up applications that rely on data from third-party services that can offer up dynamic, real-time information such as the user’s current location.
Stay current in an ever changing world.
The world of JavaScript is always changing, and that’s why I work to keep this course as up-to-date as possible. You can join knowing you’ll be learning the fundamentals of the language as well as the new language features that keep coming out.
This course uses the latest language features from ES6 and ES7.
Everything you need comes in one easy-to-use package.
There’s no need to worry if you’re learning the right skills to land that JavaScript job or launch that JavaScript app. I’ve mapped out everything you need to know in an interactive, easy-to-follow package designed to get you up and running in a couple of weeks.
By the end, you’ll be able to build and launch your own applications.
There’s no better time to learn JavaScript.
You’ve made a smart choice, because JavaScript is the most popular programming language out there. This is no exaggeration. This popularity and growth means more jobs and opportunities than ever before.
JavaScript powers the web. That means every company out there uses JavaScript, and the demand for JavaScript developers is only increasing. Companies from Google and Apple to Udemy itself all use JavaScript extensively.
JavaScript doesn’t stop with the web. It has quickly become a universal programming language capable of anything. JavaScript can be used to create desktop apps, server-side applications, native iOS/Android applications, and so much more. This course is your ticket into that ecosystem.
Get access to fast support if you get stuck.
There’s nothing worse than getting stuck ten hours into a course and not getting the help you need to continue. Getting stuck is part of the learning process. That’s why I’m here to answer every single question that comes my way.
I’ll work with you to get you unstuck and back on track. It’s one of the reasons students love taking my courses. Don’t take my word for it. Check out the student reviews below.
“This is the absolute best course I’ve taken on Udemy. Andrew is amazing at explaining things concisely, and the flow of the course is perfect. He doesn’t skip over anything and he doesn’t over-explain anything. On top of all that, he responds to questions so quickly that you won’t be stuck at any point.” – Tanya Gamarian
“The lessons are of high quality and even more important, he actually takes time to answer your questions!” – Thomas Vercamer
I guarantee that this is the most up-to-date and engaging JavaScript course available, and it comes with a Udemy 30-day money-back guarantee.
I can’t wait to see you on the inside!
– Andrew

Who this course is for:
Learning JavaScript for the first time? Already using JavaScript and want to master the language? This course is for you!

This course if for anyone who wants to use JavaScript to launch an application, switch careers, or freelance as a JavaScript developer.