---
id: 5e7b9f080b6c005b0e76f063
title: Files B
challengeType: 11
isRequired: true
videoId: cIA0EokbaHE
---
## Description
## Tests
```yml
question:
text: "What does the word 'continue' do in the middle of a loop."
answers:
- 'skips to the code directly after the loop'
- 'skips to the next line in the code'
- 'skips to the next iteration of the loop'
- 'skips the next block of code'
solution: 3
```