What you'll learn
Rock through some of the newest and most interesting features of this updated ES2015 (ES6) version of JavaScript. This interactive course was formerly known as ES2015: The Shape of JavaScript to Come on Code School.
Table of contents
- Arrays Video
- Destructuring and Rest Parameters Challenge
- Destructuring From Return Values Challenge
- The for...of Loop Challenge
- Maps Video
- Adding Entries to a Map Object Challenge
- Iterating Maps With for...of Challenge
- Sets Video
- Using Sets Challenge
- Sets and for...of Challenge
- Sets and Destructuring Challenge