DEV Community

Discussion on: Introducing Object.fromEntries

Collapse
 
jsmccrumb profile image
Jacob McCrumb

Thanks for the writeup! Worth noting this is already in Chrome, Firefox, Node 12 but not Edge:

MDN Object.fromEntries

Without it I have been using reduce to make an object from array of key-value pairs... this will be a lot easier!

Collapse
 
laurieontech profile image
Laurie

Definitely worth noting! Thanks for that.

Collapse
 
ggenya132 profile image
Eugene Vedensky

To no one's surprise, not Edge.