IHYPRESS.NET
JAVASCRIPT
HOME | ASP | C | CSS | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
JavaScript ❯ String Length
<10>
<script> var myString = "the quick brown fox"; document.write("The string is this long: " + myString.length); myString = myString + " jumped over the lazy dog."; document.write("<br />The string is now this long: " + myString.length); </script>
COPYRIGHT © 2015-2024 IHYPRESS.NET. A DIVISION OF IHY PRESS. ALL RIGHTS RESERVED.