Up and Running with ECMAScript 6

Up and Running with ECMAScript 6

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1h 18m | 251 MB

Meet the future of JavaScript: ECMAScript 6. This short course takes a look at the latest features of ECMAScript 6 (aka ES6) and how these changes are making JavaScript even more powerful and concise. Eve Porcello reviews the new keywords and function/object syntax and shows how the new class syntax can be used with React, the popular JavaScript library. You’ll also review the ES6 compiling tool Babel, and use Babel to make your ES6 code compatible with modern browsers.
Topics include:

  • What is ECMAScript?
  • Transpiling ECMAScript with Babel and Babel-node
  • Using the let and const keywords
  • Creating strings with template strings
  • Enhancing object literals
  • Working with ES6 classes and class inheritance