-
Type: New Feature
-
Resolution: Done
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not Needed
> var x = Object.create(null, { x: { value: 34 }})
> x
[object]
Instead of just displaying '[object]', we can display the property object contents by using Object.getOwnPropertyNames( x ).