Which built-in method returns the characters in a string beginning at the specified location in JavaScript?
substr() method returns the characters in a string beginning at the specified location through the specified number of characters.
substr() method returns the characters in a string beginning at the specified location through the specified number of characters.