You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/2-js-basics/4-arrays-loops/translations/assignment.ko.md

540 B

배열 순회하기

설명

1-20 사이의 숫자 중 모든 세 번째 숫자를 나열해 콘솔에 출력하는 프로그램을 만들어봅니다.

팁: for-loop를 사용하고 순회 표현식을 수정해봅니다.

평가 기준

기준 모범 답안 적당한 답안 개선이 필요한 답안
프로그램이 올바르게 동작하며 설명하는 주석이 있는 경우 프로그램을 설명하는 주석이 없는 경우 프로그램이 불완전하거나 버그가 있는 경우