Join Slack
Powered by
<@U1DFC2HAT> You can substitute the for with a whi...
# getting-started
b
bamdmux
10/18/2016, 5:55 AM
@goncalossilva
You can substitute the for with a while
Copy code
var x = 1 while ( x < string.length) { //Do something with string x++ }
2
Views
Open in Slack
Previous
Next