How TO - Get The Length of a String
Learn how to find the length of a string in JavaScript.
String Length
Thelength property returns the length of a string:
Read more about strings in ourJavaScript Strings Tutorial.
Read more about the length property in ourJavaScript String length Reference.

