function start() {
move();
go();
go();
}
function go() {
move();
move();
}
function go() {
move();
move();
}
JavaScript
The go function is called twice
The go function has a syntax error
The go function has been defined twice
go is not a command that Karel understands
1 answer
The go function is called twice