valueOf()
Returns the primitive value of the generic type variable `Value` of the specified `Number` object
Last updated
Was this helpful?
Returns the primitive value of the generic type variable `Value` of the specified `Number` object
Last updated
Was this helpful?
Number.prototype.valueOf()
The valueOf()
method returns the primitive value of the generic type variable Value
of the specified Number
object.
The return value is the primitive value of generic type variable Value
.
String.prototype.valueOf()