DEV Community

Discussion on: Introducing Object.fromEntries

Collapse
 
treddson profile image
Taylor Short

Thank you so much for this article! Learned something new today. I think there may be a typo here:

But without Object.forEntries we're stuck with our transformation in an Array structure. With its addition, we can do this instead!..

where you said Object.forEntries instead of Object.fromEntries.

Collapse
 
laurieontech profile image
Laurie

Ah, thank you! Will fix that one.