It's wierd that Chrome console shows you [Object], because it would be able to actually decode the object
We'll try to get you an output.
you could try :
for(a in array)console.log(array[a])
or
console.dir(functor);
Tell me if you get anything