.map()
Term side of the Card
Topic: Array
Unit title: .map()
Categories: Method
Explanation side of the Card
Explanation: The method that creates a new array by applying a function to each element of the original array. It's useful for transforming each item in a list.
Browser compatibility:
- The chrome browser supports this feature starting from version 1
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 1.5
- The safari browser supports this feature starting from version 3
Availability: