Convert functions to fat arrow functions
This is not for you but for programmers starting out with JavaScript.
Here is step by step conversion of a function to fat arrow functions (called Lambda in other languages)
Not only fat arrow function are more concise to write in syntax but they als...
sanjayvyas.hashnode.dev1 min read