Javascript Arrow Functions ( ) => { }
Arrow functions are a cleaner way of writing functions in Javascript.
There are some differences between normal javaScript functions and arrow functions.
this
this keyword in arrow functions refers to the scope where it is defined
For example:
const ...
binayak.hashnode.dev2 min read
Beth Kamau
This is the best article I have seen so far. Thank you.