Returns the primitive value of the specified object.
valueOf()
The primitive value of the specified object.
{}.valueOf()
{}
Number(42).valueOf()
42