Alternatively, if we want to skip a specific iteration but continue with the loop, we can use continue.

Nifty, huh? The continue keyword is useful if we need to skip a specific iteration of a loop.

Don't we wan't to check the i variable here?