Knowledge check

Completed

Select an answer for each of the following questions.

Check your knowledge

1.

What part of a for loop would you need to modify to increment its iteration by 5?

2.

What's the difference between a for loop and a while loop?

3.

Given the code for (let i=1; i < 5; i++), how many iterations will it perform?