Answers for "null objects"

0

null objects

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.
Posted by: Guest on June-16-2021

Code answers related to "null objects"

Browse Popular Code Answers by Language