Returns the primitive value of the String object.
valueOf()
A string.
"hello".valueOf()
"hello"
new String("hello").valueOf()