objetos nulos
ob={}; ob.pn=ocn; ob.po=oco; // create same compound object again, but create same properties in different order
> ShowProperties( ob ) // display top-level properties
- Error: Cannot convert object to primitive value
Note that neither property gets shown.
Yucky Yak