Which control flow statement is used to execute a block of code as long as a specified condition remains true in JavaScript?
switch
do...while
while
for...of

Computer Science and Technology Exercises are loading ...