Getting Started with ES2017/ES8
Pluralsight
Course Summary
JavaScript is gaining features like never before. In this course, you'll upgrade your knowledge to ES2017, unofficially known as ES8.
-
+
Course Description
When you think you're up-to-date with your ES6/ES2015 knowledge, you're wrong. In this course, Getting Started with ES2017/ES8, you'll upgrade your knowledge to ES2017, unofficially known as ES8 and, in the process, take a look at the small ES2016/ES7 release as well. This course will teach you the new async functions and the Shared ArrayBuffer together with atomics. You'll also learn new functions on the Object type that let you do reflection on types in a better way. You'll learn how working with strings has become slightly easier. The next versions of ES2016 and ES2017 are supported by browsers and by Node right now, so there's no need to wait! And in case you are confused by all these releases, in the first module the ECMAScript release process called TC39 is explained as well as the javascript-ECMAScript relationship. After watching this course, you'll be up and running with all the features of ES2017.
-
+
Course Syllabus
Course Overview- 1m 28s
—Course Overview 1m 28sGetting on the Right JavaScript Page- 14m 47s
—Introduction 0m 34s
—About This Course 2m 24s
—JavaScript and ECMAScript 3m 12s
—How ECMAScript Releases Come to Be 3m 14s
—Running New Code in Older Browsers and Node Versions 4m 50s
—Summary 0m 30sArray.prototype.includes and the Exponentiation Operator- 6m 2sAsync Functions- 14m 57sShared Array Buffers and Atomics- 22m 5sOther New Language Features- 11m 19s