JavaScript Program to Convert Lowercase to Uppercase

Advertisements

Prev Tutorial Next Tutorial

Convert Lowercase to Uppercase Program in JavaScript

To convert lowercase letter to uppercase letter we use toUpperCase() method in javascript. In jAvaScript toUpperCase() method converts a string to uppercase letters. This function does not affect any of the special characters, digits and the alphabets that are already in upper case.

Syntax to Convert Lower to UpperCase in JavaScript

string.toUpperCase()

JavaScript program to conver lowercase letter into uppercase letter

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

function myFunction() {
  var str = "Hello Coder!";
  var res = str.toUpperCase();
  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