Class constructor with a valueOf method that returns a value from an object.
return type of the valueOf method
Number class => new Number().valueOf() // 0String class => new String().valueOf() // '' Copy
Number class => new Number().valueOf() // 0String class => new String().valueOf() // ''
v0.3.0
Class constructor with a valueOf method that returns a value from an object.