JavaScript valueOf() Method
JavaScript Array Object
Definition and Usage
The valueOf() method returns the primitive value of an Array object.
The primitive value is inherited by all objects descended from the Array object.
The valueOf() method is usually called automatically by JavaScript behind the scenes and not explicitly in code.
Syntax
JavaScript Array Object
|