#EcmaScript 6 Today!
Use the code for each of the features along with the corresponding explanations in the Nettuts+ article.
Features and tools discussed are:
- Block scoping with let [ using Firefox browser ]
- Block scoping with const [ using Chrome browser ]
- Classes [ using Traceur ]
- Default function parameters [ using TypeScript ]
- Collections [ using NodeJS ]
- Destructuring [ using Firefox browser ]
- Rest parameters & Spread operator [ using Grunt plugin Traceur ]
- Iterators [ using Firefox browser ]
- Array comprehension [ using Firefox browser ]
- Modules [ using ES6 Module Transpiler ]