+ 1
Hi, i am searching for a way to manipulate a string without using the built-in substr method. All opinions is welcomed.
A string like sololearn, should return 'ole' if I start at the 4th index and stop after a length of 3.
3 Respuestas
A string like sololearn, should return 'ole' if I start at the 4th index and stop after a length of 3.