Returns value of a string converted to lowercase while keeping the original string intact.
"string".toLowerCase
None
var userInput="MixEDString"; document.write(userInput.toLowerCase());