Introduction
  • Introduction
  • Introduction to ES6
Constants and Variables
  • CONST and LET
  • Using the scope.
  • Real life example
  • Exercise one
  • Exercise one - Solution
  • Exercise two
  • Exercise two - solution
Concatenating Strings, the end of an era.
  • Template strings or Template literals
  • Template strings or Template literals 2
  • Template strings or Template literals 3
  • Template strings or Template literals 4
  • Exercise one
  • Exercise one - Solution
  • Exercise two
  • Exercise two - Solution
Array helpers and Loop
  • ForEach Helper
  • ForEach Helper 2
  • ForEach Helper 3
  • ForEach exercise
  • ForEach exercise - Solution
  • Map helper
  • Map helper 2
  • Map helper exercise one
  • Map helper exercise one - Solution
  • Map helper exercise two
  • Map helper exercise two - Solution
  • Filter helper
  • Filter helper 2
  • Filter helper exercise one
  • Filter helper exercise one - solution
  • Filter helper exercise two
  • Filter helper exercise two - solution
  • Find helper
  • Find helper 2
  • Every & Some helper
  • Every & Some helper 2
  • Reduce helper
  • Reduce helper 2
  • Reduce helper exercise one
  • Reduce helper exercise one - solution
  • Reduce helper exercise two
  • Reduce helper exercise two - solution
  • For...of helper
const Fat = Arrow => { Functions }
  • Fat arrow functions
  • Fat arrow functions 2
  • Fat arrow functions exercise one
  • Fat arrow functions exercise one - solution
Object Literals
  • Object literals
  • Object literals 2
  • Object literals exercise one
  • Object literals excercise one - solution
Default Arguments
  • Default arguments
  • Default arguments exercise one
  • Default arguments exercise one - solution
Rest and Spread
  • Rest operator
  • Spread operator
  • Rest and Spread exercise one
  • Rest and Spread exercise one - Solution
  • Rest and Spread exercise two
  • Rest and Spread exercise two - Solution
Working with Classes
  • Classes
  • Classes 2
  • Classes 3
  • Classes 4
Destructuring
  • Destructuring
  • Destructuring 2
  • Destructuring 3
  • Destructuring 4
Promises and Fetch
  • Promises and Fetch
  • Promises and Fetch 2
  • Promises and Fetch 3
  • Promises and Fetch 4
Working with Strings and Numbers
  • Strings and Numbers
  • Strings and Numbers 2
Modules
  • Modules 1
  • Modules 2
  • Modules 3
Generators
  • Generators
  • Generators 2
  • Generators 3
  • Generators 4
  • Generators 5
  • Generators 6
Set and Map