Content:
-
Arrow Functions
-
Recursive Functions
-
Scopes of let and var
-
Rest Parameters
-
Use the Spread Operator to Evaluate Arrays In-Place
-
Use Destructuring Assignment to Extract Values from Objects
-
Use Destructuring Assignment to Assign Variables from Objects
-
Use Destructuring Assignment to Assign Variables from Nested Objects
-
Use Destructuring Assignment to Assign Variables from Arrays
-
Create Strings using Template Literals
-
Write Concise Object Literal Declarations Using Object Property Shorthand
-
Write Concise Declarative Functions with ES6
-
Use class Syntax to Define a Constructor Function
-
Use getters and setters to Control Access to an Object
-
Module Script creation
-
Reuse JavaScript Code Using import
-
Use * to Import Everything from a File
-
Create an Export Fallback with export default
-
Import a Default Export
-
Create a JavaScript Promise
-
Complete a Promise with resolve and reject
-
Handle a Fulfilled Promise with then
-
Handle a Rejected Promise with catch
-
Regular Expressions
-
Basic Data Structure
-
Basic Algorithm Scripting
-
Object-Oriented programming