Returns a string where all alphabetic characters have been converted to uppercase.
toUpperCase()
A string.
"hello".toUpperCase()
"HELLO"