What type of data
string returns for lastIndexOf() and length()
Answers
Answered by
1
The lastIndexOf() method returns the position of the last occurrence of a specified value in a string. Note: The string is searched from the end to the beginning, but returns the index starting at the beginning, at position 0.
pls mark as brainlist...
Similar questions