JavaScript toLowerCase method
toLowerCase method is used to convert (English) string to lowercase and return the converted string. Its syntax is as follows:
toLowerCase method instance
toLocaleLowerCase method
toLocaleLowerCase method toLowerCase is basically the same, toLocaleLowerCase converts the string to lowercase according to the local method. Only a few languages, such as Turkish, have local case mapping.