Video description
ES 2017's latest features and programming techniques simplified.
About This Video
- A comprehensive guide to understanding the basics of ECMAScript.
- Covers in depth all ES2017 features
- Code sample demonstrations with the latest features of ES2017.
In Detail
In spite of being extremely powerful and reliable, JavaScript suffers from unnecessary redundancy and a heavy runtime CLI. If you remove that from JavaScript, then what remains is the international JavaScript programming standard – the lightweight and fast ECMAScript.
In this video course, we will show you how you can start implementing ECMAScript programming techniques, use the ES 2017 features, and progress towards becoming a skilled web developer with JavaScript. You will be introduced to the latest Async functions, the new object rules and relationships, and how to use them properly in your program.
You'll learn how building modular applications is much easier with the native module system and how your code can become cleaner, more succinct, and more enjoyable to work with. Moving on, we teach you how to create reflection objects, use them to expose hidden object properties, and test the security of these objects. Next, the videos demonstrate code samples and demos of the corresponding features, and their use cases.
By the end of the course, you will be familiar with the new features that are available in ES 2017.
Table of contents
-
Chapter 1 : Getting Started with ECMAScript 2017
- The Course Overview 00:02:38
- Installing Tools 00:08:34
- ES2017 and Browser Support 00:06:02
- REPL 00:07:46
- Transpilation 00:04:05
-
Chapter 2 : ES 2016 and the Transformation to ES 2017
- ES 2017 and TC39 Implementation 00:05:29
- Array.prototype.includes in ES 2016 00:02:39
- Exponentiation Operator 00:01:38
-
Chapter 3 : Exploring ES 2017 Features
- String Padding in ES 2017 00:08:13
- Object entries() and values() in ES 2017 00:02:48
- Trailing Commas in ES 2017 00:02:54
- GetOwnPropertyDescriptors() in ES 2017 00:02:14
-
Chapter 4 : Exploring Async in 2017
- Generators and Async Functions 00:05:15
- Async and Await 00:02:44
- Beyond Async Functions in ES 2017 00:02:53
-
Chapter 5 : Shared Memory and Atomics in ES 2017
- Understanding Parallelism in JavaScript 00:06:19
- SharedArrayBuffer 00:03:58
- Atomics in ES 2017 00:03:41
-
Chapter 6 : Experimental Features with ES 2017
- Participating in ECMAScript 00:07:29
- Experimental Features 00:03:56
-
Chapter 7 : ES 2017 Additional References and ES 2018 in Overview
- ES 2017 Additional References 00:05:05
Product information
- Title: Learning ECMAScript 2017
- Author(s):
- Release date: August 2018
- Publisher(s): Packt Publishing
- ISBN: 9781788831871
You might also like
video
Kubernetes Microservices
Microservices designs require you to change how you build and deploy applications. Instead of creating a …
video
Design Patterns in TypeScript
Write cleaner code and enhance your development skills with TypeScript design patterns About This Video Combine …
video
ECMAScript 2019 New Features
Turbocharge your JavaScript skills with the latest features of ECMAScript 2018 & 2019. Write better JavaScript …
video
Introduction to Typescript
TypeScript is JavaScript supercharged! Its productivity-enhancing features, such as optional static typing, enhanced IDE support, and …