Javascript Training Guide¶
These pages aim to help developers used to more traditional Javascript understand some of the newer features introduced in ES2015 standard.
Contents¶
- Understanding the different versions of ECMA Script (ES)
- Browser Support
- Variable Declarations and Scope - (
let
const
var
) - Object Oriented Programming in ES6
- Classes
- Getters and Setters
- Promises
- Testing
- Dependency Management with Yarn
- Adding dependencies
- Using dependencies in code