Getting to know Arrow functions in JavaScript.
Arrow functions is the new way of writing concise functions in Javascript, having been introduced in ES6 and also being one of the standout feature in ES6. The arrow function is denoted by = >, they always add synthetic sugar and they are also time ...
dev-pat0.hashnode.dev3 min read