Arrow Functions in JavaScript: A Simpler Way to Write Functions
If you are learning JavaScript, you have definitely used functions.
When ES6 was introduced, it also introduced a new way to write functions: arrow functions.
What arrow functions are ( => )
Arrow fun
ansh2006.hashnode.dev3 min read