JavaScript toLowerCase

The JavaScript toLowerCase method converts the given string into Lowercase letters. The syntax of the toLowerCase function is String_Object.toLowerCase() JavaScript toLowerCase Example The following set of examples helps you understand the toLowerCase Function. The second JavaScript statement, Str3, converts the above-declared Str1 string into lowercase. Instead of declaring and assigning the string, we can also … Read more