Send to a Friend

hullcrush's avatar

How do I simply repeat a line of code 4x in Javascript?

Asked by hullcrush (14points) 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

Using Email

Separate multiple emails with commas.
We’ll only use these emails for this message.