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