Javatpoint Logo
Javatpoint Logo

JavaScript String toLowerCase() Method

The JavaScript string toLowerCase() method is used to convert the string into lowercase letter. This method doesn't make any change in the original string.

Syntax

The toLowerCase() method is represented by the following syntax:

Return

String in lowercase letter.

JavaScript String toLowerCase() Method Example

Let's see some simple examples of toLowerCase() method.

Example 1

Here, we will print the string in lowercase letter.

Test it Now

Output:

javatpoint

Example 2

This is one more example to print the string in lower case letter.

Test it Now

Output:

javatpoint tutorials

Next TopicJavaScript String





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA