.entries()
Term side of the Card
Topic: Map
Unit title: .entries()
Categories: Method
Explanation side of the Card
Explanation: The method that returns a new `Iterator` object containing an array of key-value pairs for each element in the `Map` object. The iterator maintains the order in which the pairs were added.
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 20
- The safari browser supports this feature starting from version 8
Availability: