.forEach()
Term side of the Card
Topic: Map
Unit title: .forEach()
Categories: Method
Explanation side of the Card
Explanation: The method that executes a provided function once for each key-value pair in the `Map` object, in the order of insertion. The function receives the value, key and the map itself as arguments.
Browser compatibility:
- The chrome browser supports this feature starting from version 38
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 25
- The safari browser supports this feature starting from version 8
Availability: