I was going to use .reduce as well but this seems more efficient to me.
i think this more clever solution than top with spread operator. with spread operator and reduce, we go through array twice.
#igormomc @igormomc Good answer man
Loading collection data...
I was going to use .reduce as well but this seems more efficient to me.
i think this more clever solution than top with spread operator.
with spread operator and reduce, we go through array twice.
#igormomc @igormomc Good answer man