Arrow Functions in JavaScript: A Simpler Way to Write Functions
what are Arrow function ?
Arrow function is a another method of declaring a function . In this we do not use the function keyword , we pass the function in an variable
// Normal function
function gre
mahak810.hashnode.dev3 min read