Video description
Intermediate JavaScript developers working with Angular and any other frameworks like Ember or React will benefit from this overview of ES6, the newest version of ECMAScript. Why? Because understanding ES6 and its companion, Web Components, will get them ready to build apps for the modern browser. Finalized in June 2015, ES6 is the first major update to ECMAScript since 2009. This video walks you through many new features of ES6 such as syntactic sugar like arrow functions and multiline strings, language components like constants, classes/inheritance, and importing/exporting modules. ES6’s deep semantic shifts to the core language will truly change the way developers work.
- Learn new ES6 features like classes, models, import, and exports
- Understand ES6 syntactical changes such as arrow functions/multiline strings
- Identify the ways to leverage ES6 with Node and BabelJS
- Discover ES6’s new collections like Maps and Sets
- Learn about Promises, the library for asynchronous programming
“What's New in JavaScript”, “Using Web Components”, and “Getting Ready for Angular 2” comprise Scott Davis’s learning trilogy about Angular, the Google led framework for mobile and desktop apps. Davis is a frequent O’Reilly contributor and the founder of ThirstyHead.com, a training and consulting company that that specializes in HTML5, mobile development, SmartTV development, NoSQL, Groovy, and Grails.
Publisher resources
Product information
- Title: What's New in JavaScript
- Author(s):
- Release date: March 2016
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491957233
You might also like
video
JavaScript and Browsers
Examine the role of JavaScript in the browser from its interactions with HTML and the DOM …
video
JavaScript DOM - Interactive and Dynamic Webpages
The Document Object Model (DOM) is an object that contains a data representation of the page …
video
Getting Started with Web Performance and Optimization
Techniques for new performance issues After years of emphasis on performance, is the Web actually getting …
video
Using Web Components
We've been talking about "web pages" since we first started talking about the Web. However, with …