javascript
array map arrow function
The map() method of the JavaScript Array object creates a new array by calling a function on every element in the original array. This new array is then returned. The function called is known as an arrow function. An arrow function is a shorthand form of the traditional JavaScript function