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