![]() |
![]() |
|||||||
|
valueOf |
Returns the primitive value of the specified object. |
toString |
Returns a string representation of an object. |
Properties
constructor |
The function that creates an object. |
prototype |
A reference to the prototype for a class of objects. |
Syntax
new Object([value])
Arguments
Remarks
The Object object is contained in all other JScript objects--all of its methods and properties are available in all other objects. The methods can be redefined in objects you define, and are called by JScript at appropriate times. The toString method is an example of a frequently redefined Object method.Copyright © 2000 Chili!Soft