What is the relation between a string's length and the string's last index?
a) lastIndex == length
b) lastIndex == length - 1
c) lastIndex == length + 1
d) lastIndex == length + 2