The Complete Developer Course: ES6 Javascript

What’s included
$14.99 / $24.99
Get ready for your exam by enrolling in our comprehensive training course. This course includes a full set of instructional videos designed to equip you with in-depth knowledge essential for passing the certification exam with flying colors.
Pay once, own it forever
Video Courses
Before We Get Started
Lectures | Duration |
---|---|
1. How to Take This Course | 5m 3s |
2. ES6 vs ES2015 | 6m |
1. How to Take This Course
5m 3s
2. ES6 vs ES2015
6m
The 'forEach' Helper
Lectures | Duration |
---|---|
1. Array Helper Methods - The Easiest Way to Write Better Code | 3m 9s |
2. The forEach Helper | 7m 21s |
3. forEach Continued | 4m 23s |
4. Why Use forEach? | 3m 3s |
1. Array Helper Methods - The Easiest Way to Write Better Code
3m 9s
2. The forEach Helper
7m 21s
3. forEach Continued
4m 23s
4. Why Use forEach?
3m 3s
The 'map' Helper
Lectures | Duration |
---|---|
1. The Map Helper | 6m 35s |
2. Map Helper Continued | 2m 13s |
3. Where Map Is Used | 2m 22s |
1. The Map Helper
6m 35s
2. Map Helper Continued
2m 13s
3. Where Map Is Used
2m 22s
The 'filter' Helper
Lectures | Duration |
---|---|
1. Selecting Needed Data with Filter | 9m 11s |
2. More on Filtering | 3m 30s |
3. Choosing When to Filter | 3m 22s |
1. Selecting Needed Data with Filter
9m 11s
2. More on Filtering
3m 30s
3. Choosing When to Filter
3m 22s
The 'find' Helper
Lectures | Duration |
---|---|
1. Querying For Records with Find | 6m 46s |
2. Find Continued | 4m 9s |
3. Using Find to Search for Users | 2m 31s |
1. Querying For Records with Find
6m 46s
2. Find Continued
4m 9s
3. Using Find to Search for Users
2m 31s
The 'every' and 'some' Helper
Lectures | Duration |
---|---|
1. A Little Every and a Lot of Some | 10m 2s |
2. More on Every and Some | 4m 47s |
3. Every and Some Syntax | 2m 24s |
4. Every and Some in Practice | 5m 34s |
1. A Little Every and a Lot of Some
10m 2s
2. More on Every and Some
4m 47s
3. Every and Some Syntax
2m 24s
4. Every and Some in Practice
5m 34s
The 'reduce' Helper
Lectures | Duration |
---|---|
1. Condensing Lists with Reduce | 5m 46s |
2. A Touch More of Reduce | 4m 42s |
3. Ace Your Next Interview with Reduce | 9m 37s |
1. Condensing Lists with Reduce
5m 46s
2. A Touch More of Reduce
4m 42s
3. Ace Your Next Interview with Reduce
9m 37s
Const/Let
Lectures | Duration |
---|---|
1. Variable Declarations with Const and Let | 6m 38s |
2. What Const and Let Solve | 8m 14s |
1. Variable Declarations with Const and Let
6m 38s
2. What Const and Let Solve
8m 14s
Template Strings
Lectures | Duration |
---|---|
1. Template Strings | 4m 45s |
2. When to Reach for Template Strings | 7m 31s |
1. Template Strings
4m 45s
2. When to Reach for Template Strings
7m 31s
Arrow Functions
Lectures | Duration |
---|---|
1. Fat Arrow Functions | 6m 14s |
2. Advanced Use of Arrow Functions | 6m 55s |
3. When to Use Arrow Functions | 6m 38s |
4. When to Use Arrow Functions Continued | 3m 19s |
1. Fat Arrow Functions
6m 14s
2. Advanced Use of Arrow Functions
6m 55s
3. When to Use Arrow Functions
6m 38s
4. When to Use Arrow Functions Continued
3m 19s
Enhanced Object Literals
Lectures | Duration |
---|---|
1. Enhanced Object Literals | 9m 35s |
2. Wondering When to Use Enhanced Literals? | 4m 31s |
1. Enhanced Object Literals
9m 35s
2. Wondering When to Use Enhanced Literals?
4m 31s
Default Function Arguments
Lectures | Duration |
---|---|
1. Specifying Default Function Arguments | 4m 49s |
2. Use Cases of Defaulting Arguments | 4m 57s |
1. Specifying Default Function Arguments
4m 49s
2. Use Cases of Defaulting Arguments
4m 57s
Rest and Spread Operator
Lectures | Duration |
---|---|
1. Capturing Arguments with Rest and Spread | 4m 34s |
2. The Rest on Rest and Spread | 7m 52s |
3. Look to Use Rest and Spread in This Case | 4m 59s |
1. Capturing Arguments with Rest and Spread
4m 34s
2. The Rest on Rest and Spread
7m 52s
3. Look to Use Rest and Spread in This Case
4m 59s
Destructuring
Lectures | Duration |
---|---|
1. Goldmine of ES6: Destructuring | 5m 39s |
2. Destructuring Arguments Object | 4m 47s |
3. Destructuring Arrays | 4m 46s |
4. Destructuring Arrays and Objects *At the Same Time* | 5m 44s |
5. So...When to Use Destructuring? | 7m 46s |
6. More on When to Use Destructuring | 6m 26s |
1. Goldmine of ES6: Destructuring
5m 39s
2. Destructuring Arguments Object
4m 47s
3. Destructuring Arrays
4m 46s
4. Destructuring Arrays and Objects *At the Same Time*
5m 44s
5. So...When to Use Destructuring?
7m 46s
6. More on When to Use Destructuring
6m 26s
Classes
Lectures | Duration |
---|---|
1. Introduction to Classes | 3m 53s |
2. Prototypal Inheritance | 4m 26s |
3. Refactoring with Classes | 4m 52s |
4. Extending Behavior of Classes | 9m |
5. When to Use Classes | 3m 57s |
1. Introduction to Classes
3m 53s
2. Prototypal Inheritance
4m 26s
3. Refactoring with Classes
4m 52s
4. Extending Behavior of Classes
9m
5. When to Use Classes
3m 57s
Generators
Lectures | Duration |
---|---|
1. One Quick Thing: For...Of Loops | 3m 3s |
2. Introduction to Generators | 5m 56s |
3. Generators With a Short Story | 13m 9s |
4. Another Step in Our Generator Story | 4m 51s |
5. The Big Reveal on ES6 Generators | 4m 32s |
6. A Practical Use of ES6 Generators | 3m 47s |
7. Delegation of Generators | 5m 26s |
8. Delegation of Generators Continued | 7m 8s |
9. Symbol.Iterator with Generators | 6m 46s |
10. Complexities of Symbol.Iterator | 4m 57s |
11. Generators with Recursion | 6m 45s |
12. More on Generators and Recursion | 6m 44s |
1. One Quick Thing: For...Of Loops
3m 3s
2. Introduction to Generators
5m 56s
3. Generators With a Short Story
13m 9s
4. Another Step in Our Generator Story
4m 51s
5. The Big Reveal on ES6 Generators
4m 32s
6. A Practical Use of ES6 Generators
3m 47s
7. Delegation of Generators
5m 26s
8. Delegation of Generators Continued
7m 8s
9. Symbol.Iterator with Generators
6m 46s
10. Complexities of Symbol.Iterator
4m 57s
11. Generators with Recursion
6m 45s
12. More on Generators and Recursion
6m 44s
Promises and Fetch
Lectures | Duration |
---|---|
1. Code Execution in Javascript | 4m 44s |
2. Terminology of Promises | 3m 54s |
3. Creating Promises | 7m |
4. Then and Catch | 5m 49s |
5. Async Code with Promises | 3m 13s |
6. Ajax Requests with Fetch | 5m 24s |
7. Shortcomings of Fetch | 5m 57s |
1. Code Execution in Javascript
4m 44s
2. Terminology of Promises
3m 54s
3. Creating Promises
7m
4. Then and Catch
5m 49s
5. Async Code with Promises
3m 13s
6. Ajax Requests with Fetch
5m 24s
7. Shortcomings of Fetch
5m 57s