JavaScript Program to Convert Uppercase to Lowercase

Advertisements

Prev Tutorial Next Tutorial

Convert Uppercase to Lowercase Program in JavaScript

toLowerCase() method in javascript to convert a string uppercase to lowercase letters. toUpperCase() converts all the lower case alphabets to their upper case equivalents without affecting the special characters and the digits.

Syntax to Convert Uppercase to Lowercase in JavaScript

string.toLowerCase()

JavaScript program to conver Uppercase letter into Lowercase letter

<!doctype html>
<html>
<head>
<script>

function myFunction() {
  var str = "Hello Coder!";
  var res = str.toLowerCase();
  document.getElementById("demo").innerHTML = res;
}

</script>
</head>
<body>

<button onclick="myFunction()">Click Here for Convert String</button>
<p id="demo"></p>
</body>
</html>

Result


Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements