String Methods
The String object has one property: var n = myStr.length;
There are two groups of methods:
- string markup (anchor, big, bold, etc.) for writing formatted strings into HTML documents
- string manipulation (charAt, indexOf, substring, etc.)