The Complete JavaScript Course 2020

Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

This tutorial will help you learn quickly and thoroughly. We start with “Hello World” and then move on to data structures (sets, lists, tuples and dictionaries). Next we’ll cover classes, and give a variety of in-depth examples and applications.

You’ll be exposed to principles and strategies, but, more importantly, you’ll learn how to actually apply these abstract concepts by coding three different websites for three very different audiences.

What Will You Learn?

  • 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

Course Content

JavaScript Language Basics

  • Let’s start coding!
    07:00
  • Variables and Data Types
    07:00
  • Ternary Operator and Switch Statements Preview
    06:20

JavaScript in the Browser: DOM Manipulation and Events

Advanced JavaScript: Objects and Functions

Putting It All Together: The Budget App Project

Modern JavaScript: Using ES6, NPM, Babel and Webpack