Object.fromEntries()

Term side of the Card
Topic: Object
Unit title: Object.fromEntries()
Categories: Method
Explanation side of the Card

Explanation: The static method that transforms a list of key-value pairs into an object. It's the inverse of `Object.entries()` and is useful for converting arrays back into objects.

Browser compatibility:
  • The chrome browser supports this feature starting from version 73
  • The edge browser supports this feature starting from version 79
  • The firefox browser supports this feature starting from version 63
  • The safari browser supports this feature starting from version 12.1
Availability: