mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 16:00:12 -04:00
845 B
845 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5e7b9f080b6c005b0e76f063 | الملفات كتسلسل (Files as a Sequence) | 11 | cIA0EokbaHE |
|
files-as-a-sequence |
--description--
More resources:
--question--
--text--
ماذا تفعل كلمة "continue" في منتصف الحلقة (loop)؟
--answers--
تخطي إلى التعليمات البرمجية مباشرة بعد حلقة loop.
تخطي إلى السطر التالي في التعليمة البرمجية.
تخطي إلى التكرار التالي من loop.
تخطي الكتلة التالية من الكود.
--video-solution--
الثالث