JavaScript Examples
JavaScript ExamplesPrograms with output

JavaScript Program to String Lower Case toLowerCase() Method


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

Share this page on:

Was this page helpful ?

Let us know how we did!

Subscribe Email Updates

to get latest update