mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-16 19:54:34 +02:00
Merge pull request #101 from donghoon-song/feature/translate-assignment-into-ko
Translating assignments into ko(Korean) (complete)
This commit is contained in:
13
2-js-basics/4-arrays-loops/translations/assignment.ko.md
Normal file
13
2-js-basics/4-arrays-loops/translations/assignment.ko.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 배열 순회하기
|
||||
|
||||
## 설명
|
||||
|
||||
1-20 사이의 숫자 중 모든 세 번째 숫자를 나열해 콘솔에 출력하는 프로그램을 만들어봅니다.
|
||||
|
||||
> 팁: for-loop를 사용하고 순회 표현식을 수정해봅니다.
|
||||
|
||||
## 평가 기준
|
||||
|
||||
기준 | 모범 답안 | 적당한 답안 | 개선이 필요한 답안
|
||||
--- | --- | --- | ---
|
||||
| 프로그램이 올바르게 동작하며 설명하는 주석이 있는 경우 | 프로그램을 설명하는 주석이 없는 경우 | 프로그램이 불완전하거나 버그가 있는 경우
|
Reference in New Issue
Block a user