ES6 – Arrow functions

Hi, in this post I’m going to teach you what is an arrow function. The new way to create functions in ES6 is called “Arrow functions” and we can create arrow functions using the => operator that looks like an arrow 🙂 So, one of the advantages of write arrow functions is that the syntax … Continue reading ES6 – Arrow functions