Level 1 of 5
Score: 0
Vibe Coding Guide

Loop Runner

Write a loop to move the runner to the goal!

Loop Hint:

Use a for loop to repeat the moveRight() function multiple times.

for (let i = 0; i < 10; i++) { // Code to repeat goes here }

Available Functions: