Exercise:

Use the continue statement to not output the array's element "Saab".

Inside the for loop; Insert an if statement which checks if cars[i] === "Saab", then add continue;

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com