Arrow functions were introduced in ES6. Arrow functions allow us to write shorter function syntax : let myFunction = (a, b) => a * b; Try it Yourself »
Read moreArrow functions were introduced in ES6. Arrow functions allow us to write shorter function syntax : let myFunction = (a, b) => a * b; Try it Yourself »
Read more