JavaScript Fundamentals for ES6
This course covers the features of ECMAScript 6, the next version of JavaScript, and how you can use them today.
What you'll learn
ECMAScript 6, or ES6, is the next version of JavaScript, and includes many enhancements and new features that make JavaScript coding easier and more maintainable. This course will teach you all of the features of this newest version, with an emphasis on the tools and technologies that will let you leverage these features today, even before they are fully implemented by browsers and Node.
Table of contents
Course FAQ
ES6 is short for ECMAScript 6 - the 6th version of the ECMA Script programming language specification. ECMAScript was created to standardize JavaScript, and it provides many enhancements and features to JavaScript.
The difference is that JavaScript is an actual programming language, while ES6 is the standard by which the JavaScript language is governed.
Some of the main improvements and features of es6 include class declarations, iterators & generators, destructuring patterns, modules, lexical block scoping, and asynchronous programming. ES6 makes your code more modern and more readable.
In this course you will learn:
- Features of ECMAScript 6
- How ES6 makes JavaScript coding easier and more maintainable
- Variables and parameters of ES6
- Classes, built-in objects, and functional programming
- Asynchronous development
- Modules
- Much more
There are no specific prerequisites for this course, so you should be able to jump right in and start learning. But if you already have some basic JavaScript experience, that will give you some advantage.
Anyone who wants to learn the features of ECMAScript 6 and the enhancements and new features that make coding with JavaScript even better.