JavaScript Array method: valueOf()
[this page | pdf | back links]
The valueOf() method (when applied to a JavaScript
array) returns
the primitive value of the array.
It
has the following syntax (with no parameters):
array.valueOf()
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Arrays