JavaScript Examples
JavaScript ExamplesPrograms with output

JavaScript Program to Find String length


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

Share this page on:

Was this page helpful ?

Let us know how we did!

Subscribe Email Updates

to get latest update