Arrow functions are a new ES6 Javascript feature to write more readable and shorter code, with the same results. It came with another new feature like the “let/const” renaming from the ES5 “var”. It may seem very similar to the anonymous functions of ES5 but with some small differences. A […]
ES6 Javascript Arrow functions
![ES6 Arrow functions](https://blog.sandbay.it/wp-content/uploads/2020/01/javascript_arrow_functions-200x151.jpg)