The document discusses various string methods in JavaScript including length, indexOf(), lastIndexOf(), search(), slice(), substring(), substr(), toUpperCase(), and toLowerCase(). It provides examples of each method and describes what each one returns or accomplishes, such as getting the length of a string, finding the position of substring matches within a string, and extracting or converting parts of strings.