DEV Community

Discussion on: How to convert an array into an object in javascript

Collapse
 
ygorbunkov profile image
ygorbunkov

You shall bear in mind, though, it still works noticeably slower than reduce(). Hope, it will get optimised as this feature becomes more 'mainstream'.

Thread Thread
 
afewminutesofcode profile image
Aaron

Thank you, I will keep this in mind. Have a great day