What is the meaning of [object Object]

I just tries to trace the contents of an array that is populated with data from an XML. This is something like what i’ve tried

trace(linkStars[n]);

That return the result [object Object]

What does it mean [object Object] Infact i’m not much familier with OOPs concepts.
Any body can explain this. :red: