MCQ
Which method is used to convert a string to uppercase?
Explanation
toUpperCase() converts a string to uppercase letters.
toUpperCase() converts a string to uppercase letters.