Question from the Javascript - Fundamentals test

Archived

What do I need to change in the next loop for it to be correct?

let seats = 218; 
let spectators =0; 
let queue = 350; 
while (?) { 
    spectators ++; 
    queue --; 
    seats --; 
}
Author: JĂ©rĂŽmeStatus: Archived(New question!)(Update)Question passed 643 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!