<@U1DFC2HAT> You can substitute the for with a whi...
# getting-started
b
@goncalossilva You can substitute the for with a while
Copy code
var x = 1
while ( x  < string.length) {
    //Do something with string
    x++
}