Javascript ValueOf() Function

The valueOf() function of number object return the number's value. Use it for example to get value of number.

Syntax

Javascript ValueOf() Function Example