<html> <body> <script type="text/javascript"> var txt="Hello World!"; document.write(txt.length); </script> </body> </html>
Your Result:
Edit the code above and click to see the result.
W3Schools.com
- Try it yourself