#need help with js array functions

5 messages · Page 1 of 1 (latest)

vagrant flower
#

i have an array i want to use map function on it
but it returns empty array

quartz finch
#

when you expand the log in console, it reevalutates the thing

#

as shown in the initial log, _rawValue is also empty when you run it

#

it's probably being filled afterwards

vagrant flower
#

no its just browser console my app has no input from it

thanks for help but i solved the problem

i wrongly handled array of promises for some more complex reasons
and in js Array functions skips indexes that not assinged a value

but i have array of referance so Array functions not working on it