Cutting the Boilerplate with Arrow Functions
You have encountered this piece of code multiple times at different places, in tutorials, GitHub:
const add = (a, b) => a + b;
This looks weird and alien at first, but once you understand this, it be
blog.saumyagrawal.in5 min read