Given the similarities we've discovered between string-type values and arrays, it won't be hard to guess how we find the length of a string.

Awesome! We can use the Length property to find the length of a string-type value.

Do you remember what we used when we were playing around with arrays?