Lowercase to Uppercase Converter
Lowercase to Uppercase Converter
Convert
Converted Text:
function convertToUppercase() {
// Get the input text
var inputText = document.getElementById("inputText").value;
[...]