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: KahinaStatus: Archived(New question!)Question passed 24 times
-1
Community EvaluationsNo one has reviewed this question yet, be the first!