Regular Functions VS Arrow Functions
1. Syntax
Regular function
In regular function statements, we need to use the function keyword at the start of a function definition or in the case of function expressions assigning an anonymous function to the variable.
function printName(name) {
...
omkarkolate.hashnode.dev4 min read