Basics Convert a string to upper case or lower case The toUpperCase() method returns the value of the string converted to uppercase. This method does not affect the value of the string itself since JavaScript strings are immutable. Example … Read more 0 FacebookTwitterPinterestEmail