JavaScript is growing up fast. Developers who specialize in other languages must often use JavaScript to get their jobs done. Since ES6 / ES2015 has become mainstream, and with new features being released on a regular basis, staying up to date with JavaScript is vital. We will discuss and exlain the most common features in ES6 as well as some new things in ES7.

These are the features that are being covered:

Arrow functions and let keyword; Block scopes Classes and inheritance Default parameters Destructured assignment Iterators; Maps Promises Rest parameters Sets Spread operator Template Literals

Comments

Comments are closed.

Randall at 13:17 on 18 Aug 2018

This was excellent, and one of the more informative talks. Over the years, a lot of us have eschewed JavaScript and have a lot of catching up to do.

I liked that your talk was kind of modular. If someone got lost on a part it was okay... you would move on to something new and they could mentally reset.

I hope to see more in the future.