Arrow Functions
What arrow functions are
Arrow functions are a shorter way to write functions in JavaScript.They were introduced in ECMAScript 6.
They use the arrow (=>) syntax.
๐ Basic Syntax
const functionName =
hitakshi12.hashnode.dev5 min read