Details
-
New Feature
-
Resolution: Done
-
Trivial - P5
-
None
-
None
-
None
-
Not Needed
Description
> 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 ).