JavaScript

Learn how to code in one of the most in-demand languages of today. Once familiar with JavaScript, you’ll understand how it compiles, optimizes and executes in the browser. Our leading authors will start you off with more fundamental JavaScript tutorials and then guide you through advanced techniques.

Courses
Newest Courses
Intermediate
Apr 5, 2016
2h 39m
(234)
Intermediate
Apr 9, 2015
5h 31m
(218)
Intermediate
Jan 15, 2016
3h 10m
(254)
Intermediate
Feb 11, 2013
4h 50m
(482)
Advanced
Apr 9, 2015
6h 55m
(1859)
Beginner
Nov 18, 2014
1h 43m
(983)
Beginner
Jan 16, 2015
1h 24m
(471)
Building a JavaScript application from scratch today is overwhelming. You have to make decisions about package management, bundling, linting, transpiling, automated testing, and much more. There are literally over 40 important decisions to consider. This course is a playbook of potential...
If you've ever experienced problems in JavaScript but don't have the knowledge of how to fix them, this course is for you. In JavaScript Best Practices, you will learn best practices in several areas areas of JavaScript. First, you will look at syntax oddities in JavaScript, so you can...
With the increase in use of JavaScript for websites, single page applications, and complex web apps comes the need for developers to be able to use JavaScript to do things such as write maintainable code, iterate quickly, separate concerns, and improve testability. While there are numerous...
Writing "bad" JavaScript is easy. Fortunately, writing "good" JavaScript is not too much harder. In this course, I will show you tried and true design patterns to help structure and organize your code to make your JavaScript code more readable and maintainable. I will walk you through the...
Javascript is the programming language of the web, and more and more developers are using it every day. Unfortunately, far less JavaScript code is tested than just about any other kind of code. This course will teach you the tools and techniques necessary to enable you to write unit tests for...
Kyle Simpson, author of the “You Don’t Know JavaScript” book series, details the inner workings of JavaScript in extreme detail. Gain an advanced understanding of the core mechanics of how JavaScript compiles, optimizes, and executes in the browser. This is your chance to get an “under the...
ES6 is a major upgrade to JavaScript, offering a new syntax for creating objects and working with inheritance. If you want to stay up to date with the JavaScript programming language, you need to watch this course! In this course, Object-oriented Programming in JavaScript - ES6, you will learn...
Throughout this series of JavaScript tutorials we'll learn how to write the programming language from scratch, so you can start creating code of your own. Quick Starts are a series of specially constructed tutorials meant to be followed in sequence and include valuable exercises to reinforce...
In this final Volume of the Quick Start to JavaScript series, we'll learn about objects, the core concept of an object oriented language like JavaScript. We'll also learn what object oriented means, and take a look at the different ways we can create objects. We'll also learn about the concept...
Learn how to make use of dedicated AMD modules that are reusable and easier to maintain than traditional large JavaScript libraries. This course, JavaScript Asynchronous Module Definition (AMD) Explained, starts with a simple web project that grows into a comprehensive pattern suitable for use...