Gets a substring beginning at the specified location and having the specified length.
The starting position of the desired substring. The index of the first character in the string is zero.
Optional
The number of characters to include in the returned substring.
A legacy feature for browser compatibility
Gets a substring beginning at the specified location and having the specified length.