Send to a Friend
How do I simply repeat a line of code 4x in Javascript?
Asked by hullcrush (14)
January 11th, 2018
I know it is something like a while true loop – the correct solution for the game is:
forward();
forward();
forward();
forward();
I am assuming that’s a command. What is an easy way to do this? Thanks!
Using Fluther
or