Question from the Javascript - Fundamentals test

Archived

What does the following code display?

    const travel = ["guadeloupe", "brazil", "suriname"]; 
    let airplane = 1;
    for (var i =0; i <voyage.length; i++) 
    {        
        airplane ++;
    }
    console.log(i);
Author: Vincent CotroStatus: Archived(New question!)(Update)Question passed 322 times
-4
Community Evaluations
developer avatar
Rosen
20/08/2022
there is no voyage variable defined in the task
developer avatar
Vincent Cotro
05/09/2022
Fixed with a new question, sorry !
developer avatar
Auteur anonyme
19/07/2022
travel, voyage ? we do not know if it's intended or a language error
developer avatar
Vincent Cotro
05/09/2022
Fixed with a new question, sorry !
developer avatar
Carlos
19/06/2022
the voyage array isn't define in this script, so the script through an error. I put nothing and i get an incorrect answer, its weird...
developer avatar
Auteur anonyme
18/07/2022
Thanks for your feedback. I think my collegue fixed the question without answering you. The snippet has been fixed and displays the right answer now.
developer avatar
Auteur anonyme
18/07/2022
Hi, it's still not fixed on my end. I selected "nothing" and it still says that it's an error
developer avatar
Auteur anonyme
02/08/2022
Hi, not fixed yet , do something for next challenger
developer avatar
Auteur anonyme
16/08/2022
Bonnjour. J'ai eut ça qui s'est affiché à l'écran: const travel = ["guadeloupe", "brazil", "suriname"]; let airplane = 1; for (var i =0; i <voyage.length; i++) {airplane ++;} console.log(i); // On voit bien ici que la variable dans la boucle for est 'voyage'. Cette derniÚre n'étant pas défini, ça retroune une erreur. La bonne réponse n'étant pas proposé j'ai opté pour "nothing". Qui s'est avéré fausse. J'en conclu que la bonne était "3". Le bug de traduction n'a pas été corrigé
developer avatar
Vincent Cotro
05/09/2022
Désolé pour le temps de réponse. Nous pensions que la question était corrigée mais seulement sur la version francaise. Nous avons mis à jour la question !