destructuring.js: Basic Example of destructuring with Array and Object
destructuring_v2.js: More destructuring examples
variables.js:Basic Example of Let, Const and var (Const not immutable)
spread.js:Basic Example of the spread operator
arrow.js: Basic Example of (Fat) Arrow function (Fat arrow lexically scoped .. :| )
template.js: Basic Example of Template Literals
classes.js: Very Basic Example of Classes and Inheritance
generator.js: Basic Example of Generators and Genertors of Generators.