In this blog I Breaking down ES6: filter() Method. It is much more efficient than a for loop, and the syntax is very easy to remember. This one is one that I will be using from now on.
Category: ES6
Breaking Down ES6: Map Method
The Map Method is used to transform all the data in an array and save the new data into an array without changing the original data. Learn how to do it and why to use it.
Breaking Down ES6: ForEach() Method
The thing about ES6 is that it's great changes but there is so many of them so I decided to take one day to understand them. So the first one is the for Each method. You might be thinking why would I want to learn the forEach method when I can do the same thing… Continue reading Breaking Down ES6: ForEach() Method