Introduction Sometimes the traditional functions require more syntax than necessary. Example: function add(a, b) { return a + b; } To solve this problem modern JavaScript introduced arrow functions
shriyanshagarwal.hashnode.dev3 min readNo responses yet.