mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 16:00:12 -04:00
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
698 B
698 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5e7b9f080b6c005b0e76f063 | 파일을 시퀀스로 | 11 | cIA0EokbaHE |
|
files-as-a-sequence |
--description--
More resources:
- Exercise
--question--
--text--
루프 중간에 'continue'라는 단어는 무엇을 하나요?
--answers--
루프 바로 뒤의 코드로 건너뜁니다.
코드의 다음 줄로 건너뜁니다.
루프의 다음 반복으로 건너뜁니다.
다음 코드 블록을 건너뜁니다.
--video-solution--
3