Math, asked by Jeet5708, 1 year ago

what is the use of map method in angular method

Answers

Answered by PiyushSinghRajput1
2
The map() method creates a new array with the results of calling a function for every array element. The map() method calls the provided function once for each element in an array, in order. Note: map() does not execute the function for array elements without values.
Similar questions