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