spread

arrow function

Arrow function in JavaScript

Arrow functions expression is an alternative to traditional function expression. They are similar to lambda functions in python. These functions are often used in passing a function as a parameter to higher order functions. It is one of the features introduced in ES6. The function , Can be written as Syntax: myFunction – name of …

Arrow function in JavaScript Read More »