So what are you waiting for? Get started with the Code Monkey Skill Challenge 6-10 today and see how far you can take your coding skills!
javascript Copy Code Copied function collectBananas ( ) { for ( var i = 0 ; i < 5 ; i ++ ) { moveRight ( ) ; eatBanana ( ) ; } } collectBananas ( ) ; code monkey skill challenge 6-10
Here’s an example of how you might solve this challenge: So what are you waiting for