Week 1 of #100DaysOfCode - ES6 Fundamentals

Week 1 of #100DaysOfCode - ES6 Fundamentals

This is the first week of my #100daysofcode challenge. I will be learning ES6 fundamentals. I have to say I have experience working with these fundamentals and I am re-learning them to have a solid understanding of how they work.

Here's a list of what I will be learning this week;

  • Template string
  • Arrow functions
  • "This" keyword
  • Classes
  • Spread operator
  • Array methods
  • Promises
  • Async/Await
  • Local storage
  • Destructuring
  • Object literals
  • Default parameters
  • Constructor functions

I have arranged this in no particular order. I will writing a blog post on each one as I learn this week. Writing down makes me understand better. So I tend to do a lot of writing.