▲ | mseepgood 7 days ago | |
The values for x and y should't come from your brain, though (with the exception of 0). They should come from previous index operations like s.indexOf(...) or s.search(regex), etc. | ||
▲ | xg15 7 days ago | parent [-] | |
Indeed. Or s.length, whatever that represents. |