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 EvaluationsNo one has reviewed this question yet, be the first!