DEV Community

Discussion on: Introducing Object.fromEntries

Collapse
 
ggenya132 profile image
Eugene Vedensky

Oddly enough, what I found most helpful was the example of destructuring array arguments during the map, it's not a pattern I see very often in my to see an array containing arrays, but that syntax will be incredibly helpful.

Collapse
 
laurieontech profile image
Laurie