JavaScript Making Lowercase

The toLocaleLowerCase method is used to lowercase a text in JavaScript.

The usage is as follows.

var strn = "I LOVE CODING.."; document.write( strn.toLocaleLowerCase() );

The result looks like this..



You May Interest

What are Asynchronous Scripts in Javascript ?

What is go Method of History Object in Javascript ?

What are the Variable Naming Conventions in JavaScript ?

What is Code Smell in Javascript ?

Javascript Removing Elements from Array