Practice. Pick and Move to the Corner
Task
Swipe to start coding
Solution
9
1
2
3
4
5
6
7
8
9
function ninjaController(ninja) {
ninja.goRight()
ninja.pickSushi()
ninja.goLeft()
ninja.goLeft()
ninja.goUp()
ninja.putSushi()
}
Explore other courses in Catalog
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 2
ninja.js
9
1
2
3
4
5
function ninjaController(ninja) {
// Write your code below
}
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat