JavaScript Associate — Easy
Key points
- `map()` creates a new array
- It applies a function to each element
- It does not filter elements
- It does not reduce the array to a single value
- It does not find the first matching element
Ready to go further?
Related questions
