ES2015 - cooler features and how the standards process is changing


Details
Whats going on in JavaScript Land? (20min)
We'll be talking about new/exciting things going on in the industry. If you have something you think we should mention, feel free to tweet us @DenverScript (https://twitter.com/denverscript).
Featured Presentation(20 - 30min):
ES2015 - Steve Kinney
Like HTML5, JavaScript is moving from big bang releases every few years to a living standards—constantly iterating forward. Many of us are familiar with the previous iterations of JavaScript: ES3, ES5, and the upcoming ES6. ES2015 represents a new approach to the standardization process. We'll talk briefly about the process from initial spike to polyfill to shipped.
New features are constantly shipping, but we'll actually discuss how you can use features from the future in your JavaScript applications today using Babel and Google Traceur. io.js also brought us a bunch of new ES6 features without the use of a transpiler.
In this session, we'll cover the following new features in JavaScript:
- New variable scoping: `let` and `const`
- String interpolation
- Arrow functions
- Symbols and generators
- Classes and inheritance
- ES7 asynchronous functions
- Enhanced object literals
- Modules
- Proxies
- Array and generator comprehensions
Steve (https://twitter.com/stevekinney) is an instructor at the Turing School of Software and Design. He teaches Ruby, Rails, JavaScript, and Ember.
Socialize:
We'll have beer and pizza for everyone! We'll also allow people to announce any job opportunities they may have at that time so you can socialize with potential applicants.

ES2015 - cooler features and how the standards process is changing