Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

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;