putBall(); move(); turnRight(); move(); putBall(); Use code with caution. Copied to clipboard 1.9.5 Take 'em All to repeat actions: javascript start() move(); ; i++) takeBall();
Run a race jumping hurdles.
Use while(frontIsClear()) to make Karel move until he hits a wall. This works regardless of the world size. codehs all answers karel top
function main() move(); takeBall(); move(); takeBall(); move(); takeBall(); codehs all answers karel top
This is a while loop. Master that, and you beat 80% of the "top" problems. codehs all answers karel top