JavaScript Examples
JavaScript ExamplesPrograms with output

JavaScript Program to String Upper Case toUpperCase() Method


Example:
<script>  
    var str = "WEBisWorlD";  
    document.writeln(str.toUpperCase());  
</script>  
Output:
WEBISWORLD

Share this page on:

Was this page helpful ?

Let us know how we did!

Subscribe Email Updates

to get latest update