Description
This course will get you up and running quickly, and teach you the core knowledge you need to deeply understand and build applications using each new piece of Javascript syntax introduced with ES6.
You’ll start by mastering the fundamentals of iteration over Arrays using helpers like ‘forEach’, ‘map’, and ‘reduce’. After an introduction to Array helpers, we’ll dive right in to advanced ES6, covering topics like enhanced object literals, default function arguments, and classes. Every topic includes multiple live code exercises to ensure you understand each new concept.
If you are new to Javascript or ES6, or if you’ve been working to learn it but sometimes feel like you still don’t quite ‘get it’, this is the Javascript course for you. To learn ES6 you have to understand it and comprehend exactly why each piece of syntax was added to the language.
- Learn the purpose of Babel and why ES6 was created
- Master the process of refactoring your current ES5 code into super-charged ES6
- Grasp the difference between the ‘rest’ and ‘spread’ operators
- Develop complex applications that scale in complexity by mastering advanced ES6 design patterns
- Dive deeper into iteration using generators. No fancy terms required!