Learn new features of JavaScript in detail with clear and concise examples.
About This Video
Learn a powerful approach to writing object-oriented JavaScript code using ES 2017
Create and use ECMAscript modules to learn to write smart, modularized JavaScript code
Get up to date with new features introduced in ES 2017
In Detail
Although JavaScript is extremely powerful and flexible, it's often criticized for having unnecessary redundancy. Therefore, JavaScript developers often use abstractions such as CoffeeScript and Typescript, which provide easier syntax, powerful features, and compile to JavaScript. ES6 was introduced to improve JavaScript and ensure that developers no longer needed to use abstractions or other techniques to write quality code, which was becoming a lengthy process.