ECMAScript 6 In Depth - Part II


Details
Building on Part I (https://www.meetup.com/Santa-Barbara-JavaScript-Meetup/events/222301599/), ECMAScript 6 In Depth, Part II will continue with new language features and enhancements to existing built-ins.
Part I resources:
• Slide Deck (http://tdoherty.github.io/es6-presentation-1)
• Recorded Presentation (https://www.dropbox.com/s/096x8u5icp828px/ECMAScript%206%20In%20Depth%20-%20Part%20I_0.mp4?dl=0)
(you'll need to download to watch past the first 15 min)
Join me as we take a dive into the new language features. Part II of a planned three-part session will cover: (subject to change)
• Enhanced built-ins: Object, Array, String
• Symbols
• Iterators + for...of
• Generators
We'll cover these topics with a combination of slide deck and hands-on tests. Bring your laptop, I'll send details before the event with pre-reqs and a repo to clone for the tests.
Agilysys will provide food and soft drinks. Come on out and catch up with members while future-proofing your skills!
Schedule
• 6:00-6:30pm: meet and greet, food and soft drinks
• 6:30-7:30pm: slide deck + Q&A
• 7:30-9:00: hands-on ES 6 tests
Prerequisites
Good understanding of ES5
Part I (https://www.meetup.com/Santa-Barbara-JavaScript-Meetup/events/222301599/) has concepts we'll build on here
If you want to participate in the hands-on portion, please try to do the following before arriving:
• Install Node or io.js on your machine if you haven't already
• Clone this repo: https://github.com/tdoherty/es6-in-depth-2
• Run 'npm install' from the cloned repo root

ECMAScript 6 In Depth - Part II