JavaScript String Length
Length is a property of a string object. Through length property you can get the length of a string object that means you can count the number of character, of a particular string object. If you want to count total characters of a string then you will have to write your string object name then a dot (.) then length property.