.map() (JavaScript)

.map() creates a new array by running a function on every element of an existing array, without changing the original.