Build two identical towers at different locations.
Instead of writing putBall(); ten times, use for(let i = 0; i < 10; i++) { putBall(); } .
If you tell me which or exercise name you are stuck on, I can provide the exact logic or code structure to help you pass the autograder.
Build two identical towers at different locations.
Instead of writing putBall(); ten times, use for(let i = 0; i < 10; i++) { putBall(); } .
If you tell me which or exercise name you are stuck on, I can provide the exact logic or code structure to help you pass the autograder.