Map, filter and reduce method.
Map()
Creates a new array by performing some operations on each array element.
filter()
Filter an array with values that passes a test. Creates a new array
reduce()
Reduce an array to a single value.
Map, filter and reduce method.
Map()
Creates a new array by performing some operations on each array element.
filter()
Filter an array with values that passes a test. Creates a new array
reduce()
Reduce an array to a single value.