Arrow Functions
Arrow functions, also called “fat arrows” were introduced with ES6 as a new syntax for writing Javascript functions. By utilising a token (=>) that looks like a fat arrow, they…
Arrow functions, also called “fat arrows” were introduced with ES6 as a new syntax for writing Javascript functions. By utilising a token (=>) that looks like a fat arrow, they…