JavaScript String length

JavaScript String length


JavaScript String length() method
In this Tutorial, we will learn about JavaScript String length() method with the help of following below:
The length() method return the size of the string 
Syntax
var len = str1.length()
Example1
Output