Find the Length of a String
Use the
.length
property to find the number of characters in the given string message
and assign the length to the variable len
.Premium
JavaScript
Console