# What is the meaning of \[object Object\]

**URL:** https://forum.kirupa.com/t/what-is-the-meaning-of-object-object/153994
**Category:** flash
**Created:** [July 6, 2005, 6:48am UTC](https://forum.kirupa.com/t/what-is-the-meaning-of-object-object/153994 "2005-07-06T06:48:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![NovemberRain](https://avatars.discourse-cdn.com/v4/letter/n/73ab20/32.png) [@NovemberRain](https://forum.kirupa.com/u/NovemberRain)
#### Post date: [July 6, 2005, 6:48am UTC](https://forum.kirupa.com/t/what-is-the-meaning-of-object-object/153994/1 "2005-07-06T06:48:20Z")

</div>

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:
