Learning ECMAScript 2017

Learning ECMAScript 2017

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 1h 36m | 206 MB

ES 2017’s latest features and programming techniques simplified.

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.

This course follows a practical approach with demos; by the end of this course, you will have a practical knowledge of all features in ES 2017.

What You Will Learn

  • Install the latest tools and features in ECMAScript 2017
  • Discover the TC39 process for the ECMAScript features
  • Implement ES2017 and TC39 and their transformation
  • Explore the main features in ES8
  • Use REPL, transpilation, shims, and polyfills
  • Using ES8 features hands-on, with demos
  • Discover Async functionality works and how generators can be used in-line with async functionalities