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
Similar Questions
  1. What’s wrong with this code?function main() { move(); go(); go(); } function go() { move(); move(); } function go() { move();
    1. answers icon 1 answer
  2. How can we improve the following program?function start() { move(); move(); move(); move(); move(); move(); move(); move();
    1. answers icon 1 answer
  3. How can we improve the following program?function main() { move(); move(); move(); move(); move(); move(); move(); move();
    1. answers icon 1 answer
  4. How can we improve the following program?function main() { move(); move(); move(); move(); move(); move(); move(); move();
    1. answers icon 1 answer
more similar questions